VirtualPoint Properties
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | AbsoluteCharOffset | Gets the one-based character offset from the beginning of the document to the object. |
![]() | AtEndOfDocument | Returns true if the object is at the end of the document. |
![]() | AtEndOfLine | Returns true if the object is at the end of a line. |
![]() | AtStartOfDocument | Returns true if the object is at the beginning of the document. |
![]() | AtStartOfLine | Returns true if the object is at the beginning of a line. |
![]() | CodeElement[vsCMElement] | Returns the code element at the VirtualPoint location. |
![]() | DisplayColumn | Gets the number of the current displayed column containing the 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 VirtualPoint object. |
![]() | VirtualCharOffset | Gets the column index of a virtual point in virtual space. |
![]() | VirtualDisplayColumn | Gets the display column of the current position. |
