EditPoint Properties
Visual Studio 2012
The EditPoint type exposes the following members.
| 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 | 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. |