IVsTextMarkerClientAdvanced 接口

扩展功能可通过 IVsTextMarkerClient 接口通过提供附加的回调。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
<GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")> _
<InterfaceTypeAttribute()> _
Public Interface 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

IVsTextMarkerClientAdvanced 类型公开以下成员。

方法

  名称 说明
公共方法 OnMarkerTextChanged 个; 当在行的文本和标记相同的已更改。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间