TextDocument Members
Include Protected Members
Include Inherited Members
Represents a text file open in the editor, such as the Visual Studio Code editor.
The TextDocument type exposes the following members.
Methods
Name
Description
Removes all unnamed bookmarks in the text document.
Creates an EditPoint object at the specified location and returns it. The default location is the beginning of the document.
Indicates whether or not the indicated text was found in the text document and creates unnamed bookmarks wherever matching text is found.
Infrastructure. Microsoft Internal Use Only.
Replaces matching text throughout an entire text document.
Infrastructure. Microsoft Internal Use Only.
Top
Properties
Name
Description
Gets the top-level extensibility object.
Gets a TextPoint object that is the location of the end of the document.
Infrastructure. Microsoft Internal Use Only.
Infrastructure. Microsoft Internal Use Only.
Gets the immediate parent object of a TextDocument object.
Gets an object representing the current selection on the TextDocument object.
Gets the TextPoint object representing the beginning of the text document, or the first displayed character of the pane.
Infrastructure. Microsoft Internal Use Only.
Infrastructure. Microsoft Internal Use Only.
Top