EditPoint Properties

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubpropertyAbsoluteCharOffset

Gets the one-based character offset of the EditPoint object.

System_CAPS_pubpropertyAtEndOfDocument

Gets a value indicating whether or not the object is at the end of the document.

System_CAPS_pubpropertyAtEndOfLine

Gets a value indicating whether or not the object is at the end of a line.

System_CAPS_pubpropertyAtStartOfDocument

Gets a value indicating whether or not the object is at the beginning of the document.

System_CAPS_pubpropertyAtStartOfLine

Gets a value indicating whether or not the EditPoint object is at the beginning of a line.

System_CAPS_pubpropertyCodeElement[vsCMElement]

Gets the code element at the EditPoint location.

System_CAPS_pubpropertyDisplayColumn

Gets the number of the column number of the EditPoint object.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyLine

Gets the EditPoint object's line number.

System_CAPS_pubpropertyLineCharOffset

Gets the character offset of the EditPoint object.

System_CAPS_pubpropertyLineLength

Gets the number of characters in a line.

System_CAPS_pubpropertyParent

Gets the immediate parent object of the EditPoint object.

Return to top
Show: