VsMethodTipWindow Interface
Provides a method tip window for an item in a language service.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("794767F6-538A-4CD3-B29E-6C76C79A7C9C")> _
Public Interface VsMethodTipWindow _
Inherits IVsMethodTipWindow
[GuidAttribute("794767F6-538A-4CD3-B29E-6C76C79A7C9C")]
public interface VsMethodTipWindow : IVsMethodTipWindow
[GuidAttribute(L"794767F6-538A-4CD3-B29E-6C76C79A7C9C")]
public interface class VsMethodTipWindow : IVsMethodTipWindow
[<GuidAttribute("794767F6-538A-4CD3-B29E-6C76C79A7C9C")>]
type VsMethodTipWindow =
interface
interface IVsMethodTipWindow
end
public interface VsMethodTipWindow extends IVsMethodTipWindow
The VsMethodTipWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dismiss | The window is being dismissed by the view. (Inherited from IVsMethodTipWindow.) | |
GetContextStream | Returns the context stream. (Inherited from IVsMethodTipWindow.) | |
GetSizePreferences | Returns the size preferences for the tip window. (Inherited from IVsMethodTipWindow.) | |
Paint | Paints the tip window. (Inherited from IVsMethodTipWindow.) | |
SetMethodData | Sets method data to display in the method tip window and releases previous method data. (Inherited from IVsMethodTipWindow.) | |
WndProc | Method information not provided. Do not use this method. (Inherited from IVsMethodTipWindow.) |
Top