IVsTextManagerEvents3 接口

Informs the user about changes in the text manager.

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

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("040929D6-0E89-4987-A450-C0F91D03DFC8")> _
Public Interface IVsTextManagerEvents3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("040929D6-0E89-4987-A450-C0F91D03DFC8")]
public interface IVsTextManagerEvents3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"040929D6-0E89-4987-A450-C0F91D03DFC8")]
public interface class IVsTextManagerEvents3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("040929D6-0E89-4987-A450-C0F91D03DFC8")>]
type IVsTextManagerEvents3 =  interface end
public interface IVsTextManagerEvents3

IVsTextManagerEvents3 类型公开以下成员。

方法

  名称 说明
公共方法 OnRegisterMarkerType Fires when a new marker type is registered.
公共方法 OnRegisterView Fires when a view is registered.
公共方法 OnReplaceAllInFilesBegin Fires when a “Replace All in Files” operation begins.
公共方法 OnReplaceAllInFilesEnd Fires when a “Replace All in Files” operation ends.
公共方法 OnUnregisterView Fires when a view is unregistered.
公共方法 OnUserPreferencesChanged3 Fires whenever the user’s global preferences change.

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间