VsMethodTipWindowClass Class
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
<ClassInterfaceAttribute()> _
<GuidAttribute("261A5572-C649-11D0-A8DF-00A0C921A4D2")> _
Public Class VsMethodTipWindowClass _
Implements IVsMethodTipWindow, VsMethodTipWindow
'Usage
Dim instance As VsMethodTipWindowClass
[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
public class VsMethodTipWindowClass implements IVsMethodTipWindow, VsMethodTipWindow
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.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsMethodTipWindowClass
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.