VsTextTipWindowClass Class
Provides a tip when the mouse pauses over a particular context stream in the core editor. See IVsTextTipWindow.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsTextTipWindowClass() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | Dismiss() | Dismisses the tip window. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetContextStream(Int32, Int32) | Returns the context stream. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSizePreferences(RECT[], TIPSIZEDATA[]) | Gets the size preferences for the tip window. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Paint(IntPtr, RECT[]) | Paints the tip window. |
![]() | SetTextTipData(IVsTextTipData) | Sets the text tip. |
![]() | ToString() | (Inherited from Object.) |
![]() | WndProc(IntPtr, UInt32, IntPtr, IntPtr) | Processes Windows messages for the tip window. |
You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

