Compartir a través de


IVsTextManagerEvents3 (Interfaz)

Informs the user about changes in the text manager.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.11.0 (en Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Sintaxis

'Declaración
<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

El tipo IVsTextManagerEvents3 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público OnRegisterMarkerType Fires when a new marker type is registered.
Método público OnRegisterView Fires when a view is registered.
Método público OnReplaceAllInFilesBegin Fires when a “Replace All in Files” operation begins.
Método público OnReplaceAllInFilesEnd Fires when a “Replace All in Files” operation ends.
Método público OnUnregisterView Fires when a view is unregistered.
Método público OnUserPreferencesChanged3 Fires whenever the user’s global preferences change.

Arriba

Vea también

Referencia

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)