IVsTextMarkerClientEx 接口

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

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")> _
Public Interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute(L"BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface class IVsTextMarkerClientEx
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")>]
type IVsTextMarkerClientEx =  interface end
public interface IVsTextMarkerClientEx

IVsTextMarkerClientEx 类型公开以下成员。

方法

  名称 说明
公共方法 MarkerInvalidated 调用,当文本与标记由用户操作删除。
公共方法 OnHoverOverMarker

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间