IVsTextImageEvents 接口

实现通知文本更改图像的客户端。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")> _
Public Interface IVsTextImageEvents
[InterfaceTypeAttribute()]
[GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
public interface IVsTextImageEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")]
public interface class IVsTextImageEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B1ADB4FC-562F-43E6-8A91-CD2CFFA2B377")>]
type IVsTextImageEvents =  interface end
public interface IVsTextImageEvents

IVsTextImageEvents 类型公开以下成员。

方法

  名称 说明
公共方法 OnTextChange 请注意文本更改图像的客户端。

页首

备注

该环境通过指向此接口通过调用 AdviseTextImageEvents

对实现者的说明

实现由文本图像事件通知的环境。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间