EditPoint Properties
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AbsoluteCharOffset | Gets the one-based character offset of the EditPoint 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 column number of the EditPoint object. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | Line | Gets the EditPoint object's line number. |
![]() | LineCharOffset | Gets the character offset of the EditPoint object. |
![]() | LineLength | Gets the number of characters in a line. |
![]() | Parent | Gets the immediate parent object of the EditPoint object. |
Show:
