VsSmartTagTipWindow Interface
Controls interaction with a tip window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")> _
Public Interface VsSmartTagTipWindow _
Inherits IVsSmartTagTipWindow
[GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface VsSmartTagTipWindow : IVsSmartTagTipWindow
[GuidAttribute(L"E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface class VsSmartTagTipWindow : IVsSmartTagTipWindow
[<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
type VsSmartTagTipWindow =
interface
interface IVsSmartTagTipWindow
end
public interface VsSmartTagTipWindow extends IVsSmartTagTipWindow
The VsSmartTagTipWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dismiss | Dismisses the tip window. (Inherited from IVsSmartTagTipWindow.) | |
GetContextStream | Returns the context stream. (Inherited from IVsSmartTagTipWindow.) | |
GetSizePreferences | Gets the size preferences for the tip window. (Inherited from IVsSmartTagTipWindow.) | |
Paint | Renders the tip window. (Inherited from IVsSmartTagTipWindow.) | |
SetSmartTagData | Sets smart tag data. (Inherited from IVsSmartTagTipWindow.) | |
WndProc | Processes Windows messages for the tip window. (Inherited from IVsSmartTagTipWindow.) |
Top