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