VsMethodTipWindow Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a method tip window for an item in a language service.
public interface class VsMethodTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow
public interface class VsMethodTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow
__interface VsMethodTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsMethodTipWindowClass))]
[System.Runtime.InteropServices.Guid("794767F6-538A-4CD3-B29E-6C76C79A7C9C")]
public interface VsMethodTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsMethodTipWindowClass))]
[System.Runtime.InteropServices.Guid("794767F6-538A-4CD3-B29E-6C76C79A7C9C")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsMethodTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsMethodTipWindow
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsMethodTipWindowClass))>]
[<System.Runtime.InteropServices.Guid("794767F6-538A-4CD3-B29E-6C76C79A7C9C")>]
type VsMethodTipWindow = interface
interface IVsMethodTipWindow
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsMethodTipWindowClass))>]
[<System.Runtime.InteropServices.Guid("794767F6-538A-4CD3-B29E-6C76C79A7C9C")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsMethodTipWindow = interface
interface IVsMethodTipWindow
interface IVsTipWindow
Public Interface VsMethodTipWindow
Implements IVsMethodTipWindow
- Derived
- Attributes
- Implements
Methods
Dismiss() |
Closes the ToolTip window. (Inherited from IVsTipWindow) |
GetContextStream(Int32, Int32) |
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(RECT[], TIPSIZEDATA[]) |
Gets the size preferences for the ToolTip window. (Inherited from IVsTipWindow) |
Paint(IntPtr, RECT[]) |
Paints the ToolTip window. (Inherited from IVsTipWindow) |
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) |
Event handler for the tip window. (Inherited from IVsTipWindow) |