IVsTextManager Members
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
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.
Method information is not provided. Do not use this method.
Enumerates text buffers. Not yet implemented.
Enumerates the independent views.
Enumerates the registered language service IDs.
Enumerates views that are provided with the core editor and are associated with a particular text buffer.
Returns the active or previously active view.
Method information not provided. Do not use this method.
Returns information on whether a buffer is under source code control and, if so, whether the file is checked in.
Returns the number of registered marker types within all buffers associated with the core text editor.
Maps a numeric marker type ID to an interface that can be used to probe for specific information.
Method information is not provided.
Returns a registered marker type.
Returns the shortcut manager.
Returns the user preferences, such as tab usage, indent size and widget margin presence for the view, frame, and language service.
Notifies that the next file change is to be ignored.
Given a file name, determines the registered language service, if one exists, that understands it.
Finds or creates an appropriate view on the specified buffer and places the selection at the specified location.
Finds or creates an appropriate view on the specified buffer and puts the selection on the specified linear position.
Registers a text buffer with the text manager.
Registers a view from a source other than the core editor.
Method information is not provided.
Method information is not provided.
Method information is not provided.
Sets user preferences.
Suspends file change notifications for a given file.
Unregisters a buffer.
Unregisters an externally-created view.
Method information is not provided.
Top