TextDocument Properties
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | DTE | Gets the top-level extensibility object. |
![]() | EndPoint | Gets a TextPoint object that is the location of the end of the document. |
![]() | IndentSize | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Language | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Parent | Gets the immediate parent object of a TextDocument object. |
![]() | Selection | Gets an object representing the current selection on the TextDocument object. |
![]() | StartPoint | Gets the TextPoint object representing the beginning of the text document, or the first displayed character of the pane. |
![]() | TabSize | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Type | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
