VsTextManagerClass Members
Include Protected Members
Include Inherited Members
Provides general services for anyone wanting information about the active text views.
The VsTextManagerClass type exposes the following members.
Constructors
Name
Description
Top
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 not provided.
Enumerate text buffers. Not yet implemented.
Enumerates independent views.
Enumerates the registered language services ids.
Enumerates views that are provided with the core editor and are associated with a particular text buffer.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the active or previously active view.
Method information not provided.
Returns information on whether a buffer is under source code control and, if so, whether the file is checked in.
Serves as a hash function for a particular type. (Inherited from Object.)
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 not provided.
Returns a registered marker type.
Returns the shortcut manager.
Gets the type of the current instance. (Inherited from Object.)
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.
Creates a shallow copy of the current Object. (Inherited from Object.)
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 not provided.
Method information not provided.
Method information not provided.
Sets user preferences.
Suspends file change notifications for a given file.
Returns a string that represents the current object. (Inherited from Object.)
Unregisters a buffer.
Unregisters an externally-created view.
Method information not provided.
Top