VsSmartTagTipWindowClass Class
Controls interaction with a tip window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣言
<GuidAttribute("5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")> _
<ClassInterfaceAttribute()> _
Public Class VsSmartTagTipWindowClass _
Implements IVsSmartTagTipWindow, VsSmartTagTipWindow
'使用
Dim instance As VsSmartTagTipWindowClass
[GuidAttribute("5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")]
[ClassInterfaceAttribute()]
public class VsSmartTagTipWindowClass : IVsSmartTagTipWindow,
VsSmartTagTipWindow
[GuidAttribute(L"5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")]
[ClassInterfaceAttribute()]
public ref class VsSmartTagTipWindowClass : IVsSmartTagTipWindow,
VsSmartTagTipWindow
[<GuidAttribute("5A46C6DE-1FE4-43B8-8E1E-598AE65F184A")>]
[<ClassInterfaceAttribute()>]
type VsSmartTagTipWindowClass =
class
interface IVsSmartTagTipWindow
interface VsSmartTagTipWindow
end
public class VsSmartTagTipWindowClass implements IVsSmartTagTipWindow, VsSmartTagTipWindow
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.VsSmartTagTipWindowClass
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.