VsMethodTipWindow Interface
Visual Studio 2015
Provides a method tip window for an item in a language service.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Dismiss() | The window is being dismissed by the view.(Inherited from IVsMethodTipWindow.) |
![]() | GetContextStream(Int32, Int32) | Returns the context stream. (Inherited from IVsMethodTipWindow.) |
![]() | GetSizePreferences(RECT[], TIPSIZEDATA[]) | Returns the size preferences for the tip window. (Inherited from IVsMethodTipWindow.) |
![]() | Paint(IntPtr, RECT[]) | Paints the tip window.(Inherited from IVsMethodTipWindow.) |
![]() | SetMethodData(IVsMethodData) | Sets method data to display in the method tip window and releases previous method data.(Inherited from IVsMethodTipWindow.) |
![]() | WndProc(IntPtr, UInt32, IntPtr, IntPtr) | Method information not provided. Do not use this method.(Inherited from IVsMethodTipWindow.) |
Show:
