VirtualPoint Properties

Include Protected Members
Include Inherited Members

The VirtualPoint type exposes the following members.

Properties

  Name Description
Public property AbsoluteCharOffset Gets the one-based character offset from the beginning of the document to the object.
Public property AtEndOfDocument Returns true if the object is at the end of the document.
Public property AtEndOfLine Returns true if the object is at the end of a line.
Public property AtStartOfDocument Returns true if the object is at the beginning of the document.
Public property AtStartOfLine Returns true if the object is at the beginning of a line.
Public property CodeElement Returns the code element at the VirtualPoint location.
Public property DisplayColumn Gets the number of the current displayed column containing the object.
Public property DTE Gets the top-level extensibility object.
Public property Line Gets the line number of the object.
Public property LineCharOffset Gets the character offset of the object.
Public property LineLength Gets the number of characters in a line containing the object, excluding the new line character.
Public property Parent Gets the immediate parent object of a VirtualPoint object.
Public property VirtualCharOffset Gets the column index of a virtual point in virtual space.
Public property VirtualDisplayColumn Gets the display column of the current position.

Top

See Also

Reference

VirtualPoint Interface

EnvDTE Namespace