Поделиться через


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 - пространство имен