IVsTextManager Members
Provides general services for anyone wanting information about the active text views.
The following tables list the members exposed by the IVsTextManager type.
| Name | Description | |
|---|---|---|
| AdjustFileChangeIgnoreCount | Increases or decreases the ignore count for file changes. |
| AttemptToCheckOutBufferFromScc | Method information not provided. |
| AttemptToCheckOutBufferFromScc2 | Attempts to check out a file from source code control. |
| CreateSelectionAction | Method information is not provided. Do not use this method. |
| EnumBuffers | Enumerates text buffers. Not yet implemented. |
| EnumIndependentViews | Enumerates the independent views. |
| EnumLanguageServices | Enumerates the registered language service IDs. |
| EnumViews | Enumerates views that are provided with the core editor and are associated with a particular text buffer. |
| GetActiveView | Returns the active or previously active view. |
| GetBufferSccStatus | Method information not provided. Do not use this method. |
| GetBufferSccStatus2 | Returns information on whether a buffer is under source code control and, if so, whether the file is checked in. |
| GetMarkerTypeCount | Returns the number of registered marker types within all buffers associated with the core text editor. |
| GetMarkerTypeInterface | Maps a numeric marker type ID to an interface that can be used to probe for specific information. |
| GetPerLanguagePreferences | Method information is not provided. |
| GetRegisteredMarkerTypeID | Returns a registered marker type. |
| GetShortcutManager | Returns the shortcut manager. |
| GetUserPreferences | Returns the user preferences, such as tab usage, indent size and widget margin presence for the view, frame, and language service. |
| IgnoreNextFileChange | Notifies that the next file change is to be ignored. |
| MapFilenameToLanguageSID | Given a file name, determines the registered language service, if one exists, that understands it. |
| NavigateToLineAndColumn | Finds or creates an appropriate view on the specified buffer and places the selection at the specified location. |
| NavigateToPosition | Finds or creates an appropriate view on the specified buffer and puts the selection on the specified linear position. |
| RegisterBuffer | Registers a text buffer with the text manager. |
| RegisterIndependentView | Registers a view from a source other than the core editor. |
| RegisterView | Method information is not provided. |
| SetFileChangeAdvise | Method information is not provided. |
| SetPerLanguagePreferences | Method information is not provided. |
| SetUserPreferences | Sets user preferences. |
| SuspendFileChangeAdvise | Suspends file change notifications for a given file. |
| UnregisterBuffer | Unregisters a buffer. |
| UnregisterIndependentView | Unregisters an externally-created view. |
| UnregisterView | Method information is not provided. |