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