IVsTextManagerEvents3 Interface

Definition

Informs the user about changes in the text manager.

public interface class IVsTextManagerEvents3
public interface class IVsTextManagerEvents3
__interface IVsTextManagerEvents3
[System.Runtime.InteropServices.Guid("040929D6-0E89-4987-A450-C0F91D03DFC8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextManagerEvents3
[<System.Runtime.InteropServices.Guid("040929D6-0E89-4987-A450-C0F91D03DFC8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextManagerEvents3 = interface
Public Interface IVsTextManagerEvents3
Attributes

Methods

OnRegisterMarkerType(Int32)

Fires when a new marker type is registered.

OnRegisterView(IVsTextView)

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(IVsTextView)

Fires when a view is unregistered.

OnUserPreferencesChanged3(VIEWPREFERENCES3[], FRAMEPREFERENCES2[], LANGPREFERENCES2[], FONTCOLORPREFERENCES2[])

Fires whenever the user’s global preferences change.

Applies to