IVsMethodTipWindow Members
Include Protected Members
Include Inherited Members
Provides a method tip window for an item in a language service.
The IVsMethodTipWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Dismiss() | The window is being dismissed by the view. |
![]() |
Dismiss | Closes the ToolTip window. (Inherited from IVsTipWindow.) |
![]() |
GetContextStream(Int32%, Int32%) | Returns the context stream. |
![]() |
GetContextStream | Returns the position of the text the ToolTip should not obscure and over which the cursor can be held before the ToolTip is closed. (Inherited from IVsTipWindow.) |
![]() |
GetSizePreferences(array<RECT[], array<TIPSIZEDATA[]) | Returns the size preferences for the tip window. |
![]() |
GetSizePreferences | Gets the size preferences for the ToolTip window. (Inherited from IVsTipWindow.) |
![]() |
Paint(IntPtr, array<RECT[]) | Paints the tip window. |
![]() |
Paint | Paints the ToolTip window. (Inherited from IVsTipWindow.) |
![]() |
SetMethodData | Sets method data to display in the method tip window and releases previous method data. |
![]() |
WndProc(IntPtr, UInt32, IntPtr, IntPtr) | Method information not provided. Do not use this method. |
![]() |
WndProc | Method information is not provided. (Inherited from IVsTipWindow.) |
Top