TextPoint Properties
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AbsoluteCharOffset | Gets the one-based character offset from the beginning of the document to the TextPoint object. |
![]() | AtEndOfDocument | Gets whether the object is at the end of the document. |
![]() | AtEndOfLine | Gets whether or not object is at the end of a line. |
![]() | AtStartOfDocument | Gets whether or not the object is at the beginning of the document. |
![]() | AtStartOfLine | Gets whether or not the object is at the beginning of a line. |
![]() | CodeElement[vsCMElement] | Returns the code element at the TextPoint location. |
![]() | DisplayColumn | Gets the number of the current displayed column containing the TextPoint object. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Line | Gets the line number of the object. |
![]() | LineCharOffset | Gets the character offset of the object. |
![]() | LineLength | Gets the number of characters in a line containing the object, excluding the new line character. |
![]() | Parent | Gets the immediate parent object of a TextPoint object. |
Show:
