IVsTextManagerEvents3 Interface
Visual Studio 2015
Informs the user about changes in the text manager.
Assembly: Microsoft.VisualStudio.TextManager.Interop.11.0 (in Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
