TextDocument Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodClearBookmarks()

Removes all unnamed bookmarks in the text document.

System_CAPS_pubmethodCreateEditPoint(TextPoint^)

Creates an EditPoint object at the specified location and returns it. The default location is the beginning of the document.

System_CAPS_pubmethodMarkText(String^, Int32)

Indicates whether or not the indicated text was found in the text document and creates unnamed bookmarks wherever matching text is found.

System_CAPS_pubmethodPrintOut()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodReplacePattern(String^, String^, Int32, TextRanges^)

Replaces matching text throughout an entire text document.

System_CAPS_pubmethodReplaceText(String^, String^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

Return to top
Show: