Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")> _
Public Interface 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
The IVsSmartTagTipWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Dismiss | Dismisses the tip window. |
![]() |
GetContextStream | Returns the context stream. |
![]() |
GetSizePreferences | Gets the size preferences for the tip window. |
![]() |
Paint | Renders the tip window. |
![]() |
SetSmartTagData | Sets smart tag data. |
![]() |
WndProc | Processes Windows messages for the tip window. |
Top