IVsSmartTagData Interface
Represents smart tag content.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣言
<GuidAttribute("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSmartTagData
'使用
Dim instance As IVsSmartTagData
[GuidAttribute("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")]
[InterfaceTypeAttribute()]
public interface IVsSmartTagData
[GuidAttribute(L"8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")]
[InterfaceTypeAttribute()]
public interface class IVsSmartTagData
[<GuidAttribute("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")>]
[<InterfaceTypeAttribute()>]
type IVsSmartTagData = interface end
public interface IVsSmartTagData