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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface IVsSmartTagTipWindow

NameDescription
System_CAPS_pubmethodDismiss()

Dismisses the tip window.

System_CAPS_pubmethodGetContextStream(Int32, Int32)

Returns the context stream.

System_CAPS_pubmethodGetSizePreferences(RECT[], SMARTTAGSIZEDATA[])

Gets the size preferences for the tip window.

System_CAPS_pubmethodPaint(IntPtr, RECT[], UInt32, UInt32, Int32)

Renders the tip window.

System_CAPS_pubmethodSetSmartTagData(IVsSmartTagData)

Sets smart tag data.

System_CAPS_pubmethodWndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32)

Processes Windows messages for the tip window.

Return to top
Show: