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

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace