IVsSmartTagTipWindow Interface
Represents the window in which smart tag content is presented.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Декларация
<InterfaceTypeAttribute()> _
<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")> _
Public Interface IVsSmartTagTipWindow
'Применение
Dim instance As IVsSmartTagTipWindow
[InterfaceTypeAttribute()]
[GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface IVsSmartTagTipWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface class IVsSmartTagTipWindow
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
type IVsSmartTagTipWindow = interface end
public interface IVsSmartTagTipWindow