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
Public method Dismiss Dismisses the tip window.
Public method GetContextStream Returns the context stream.
Public method GetSizePreferences Gets the size preferences for the tip window.
Public method Paint Renders the tip window.
Public method SetSmartTagData Sets smart tag data.
Public method WndProc Processes Windows messages for the tip window.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace