TextDocument Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | ClearBookmarks() | Removes all unnamed bookmarks in the text document. |
![]() | CreateEditPoint(TextPoint^) | Creates an EditPoint object at the specified location and returns it. The default location is the beginning of the document. |
![]() | MarkText(String^, Int32) | Indicates whether or not the indicated text was found in the text document and creates unnamed bookmarks wherever matching text is found. |
![]() | PrintOut() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | ReplacePattern(String^, String^, Int32, TextRanges^) | Replaces matching text throughout an entire text document. |
![]() | ReplaceText(String^, String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Show:
