TextPoint Properties

 

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

NameDescription
System_CAPS_pubpropertyAbsoluteCharOffset

Gets the one-based character offset from the beginning of the document to the TextPoint object.

System_CAPS_pubpropertyAtEndOfDocument

Gets whether the object is at the end of the document.

System_CAPS_pubpropertyAtEndOfLine

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

System_CAPS_pubpropertyAtStartOfDocument

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

System_CAPS_pubpropertyAtStartOfLine

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

System_CAPS_pubpropertyCodeElement[vsCMElement]

Returns the code element at the TextPoint location.

System_CAPS_pubpropertyDisplayColumn

Gets the number of the current displayed column containing the TextPoint object.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyLine

Gets the line number of the object.

System_CAPS_pubpropertyLineCharOffset

Gets the character offset of the object.

System_CAPS_pubpropertyLineLength

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

System_CAPS_pubpropertyParent

Gets the immediate parent object of a TextPoint object.

Return to top
Show: