IVsTextBufferDataEvents 接口

通知客户端,当文本缓冲区初始化时,所以,当更改 text 缓冲区数据。

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

语法

声明
<GuidAttribute("B7515E7A-70F0-44ED-96B7-FB7EB6450C10")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextBufferDataEvents
[GuidAttribute("B7515E7A-70F0-44ED-96B7-FB7EB6450C10")]
[InterfaceTypeAttribute()]
public interface IVsTextBufferDataEvents
[GuidAttribute(L"B7515E7A-70F0-44ED-96B7-FB7EB6450C10")]
[InterfaceTypeAttribute()]
public interface class IVsTextBufferDataEvents
[<GuidAttribute("B7515E7A-70F0-44ED-96B7-FB7EB6450C10")>]
[<InterfaceTypeAttribute()>]
type IVsTextBufferDataEvents =  interface end
public interface IVsTextBufferDataEvents

IVsTextBufferDataEvents 类型公开以下成员。

方法

  名称 说明
公共方法 OnFileChanged 向前 IVsFileChangeEvents::FilesChanged 通知该文本缓冲区监视器对于其他相关方。
公共方法 OnLoadCompleted ,当缓冲区初始化时,将通知客户端。

页首

备注

请参见实现和/或调用的插图在该示例 Figures Edit的此接口。

对实现者的说明

调用通过环境提供有关的更改的信息对文本缓冲区。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间