IVsTextMarkerClientAdvanced Interface
Extends the functionality available through the IVsTextMarkerClient interface by providing additional callbacks.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣言
<GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextMarkerClientAdvanced
'使用
Dim instance As IVsTextMarkerClientAdvanced
[GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")]
[InterfaceTypeAttribute()]
public interface IVsTextMarkerClientAdvanced
[GuidAttribute(L"C4B874D3-1491-4F13-8B9E-17249EC4902B")]
[InterfaceTypeAttribute()]
public interface class IVsTextMarkerClientAdvanced
[<GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")>]
[<InterfaceTypeAttribute()>]
type IVsTextMarkerClientAdvanced = interface end
public interface IVsTextMarkerClientAdvanced