IVsSmartTagTipWindow Interface
Visual Studio 2015
Represents the window in which smart tag content is presented.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Dismiss() | Dismisses the tip window. |
![]() | GetContextStream(Int32, Int32) | Returns the context stream. |
![]() | GetSizePreferences(RECT[], SMARTTAGSIZEDATA[]) | Gets the size preferences for the tip window. |
![]() | Paint(IntPtr, RECT[], UInt32, UInt32, Int32) | Renders the tip window. |
![]() | SetSmartTagData(IVsSmartTagData) | Sets smart tag data. |
![]() | WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32) | Processes Windows messages for the tip window. |
Show:
