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
'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 | The window is being dismissed by the view. | |
GetContextStream | Returns the context stream. | |
GetSizePreferences | Returns the size preferences for a tip window. | |
Paint | Renders the window. | |
SetSmartTagData | Sets smart tag data. | |
WndProc | Processes Windows messages. |
Top