EditPoint2 Properties

 

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

NameDescription
System_CAPS_pubpropertyAbsoluteCharOffset

Gets the one-based character offset from the beginning of the document to the EditPoint2 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 currently displayed column containing the EditPoint object.

System_CAPS_pubpropertyDTE

Returns the top-level extensibility object.

System_CAPS_pubpropertyLine

Gets the line number of the EditPoint object.

System_CAPS_pubpropertyLineCharOffset

Gets the character offset of the EditPoint object.

System_CAPS_pubpropertyLineLength

Gets the number of characters in a line containing the EditPoint object, excluding the new line character.

System_CAPS_pubpropertyParent

Gets the immediate parent object of the EditPoint object.

Return to top
Show: