VsMethodTipWindowClass Class
Provides a method tip window for an item in a language service.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsMethodTipWindowClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("261A5572-C649-11D0-A8DF-00A0C921A4D2")> _
Public Class VsMethodTipWindowClass _
Implements IVsMethodTipWindow, VsMethodTipWindow
[ClassInterfaceAttribute()]
[GuidAttribute("261A5572-C649-11D0-A8DF-00A0C921A4D2")]
public class VsMethodTipWindowClass : IVsMethodTipWindow,
VsMethodTipWindow
[ClassInterfaceAttribute()]
[GuidAttribute(L"261A5572-C649-11D0-A8DF-00A0C921A4D2")]
public ref class VsMethodTipWindowClass : IVsMethodTipWindow,
VsMethodTipWindow
[<ClassInterfaceAttribute()>]
[<GuidAttribute("261A5572-C649-11D0-A8DF-00A0C921A4D2")>]
type VsMethodTipWindowClass =
class
interface IVsMethodTipWindow
interface VsMethodTipWindow
end
public class VsMethodTipWindowClass implements IVsMethodTipWindow, VsMethodTipWindow
The VsMethodTipWindowClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VsMethodTipWindowClass |
Top
Methods
Name | Description | |
---|---|---|
Dismiss | The window is being dismissed by the view. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetContextStream | Returns the context stream. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSizePreferences | Returns the preferred sizes for the tip window. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Paint | Paints the tip window. | |
SetMethodData | Sets method data to display in the method tip window and releases previous method data. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WndProc | Method information not provided. Do not use this method. |
Top
Remarks
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.