TextSelection Properties

 

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

NameDescription
System_CAPS_pubpropertyActivePoint

Gets the current endpoint of the selection.

System_CAPS_pubpropertyAnchorColumn

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyAnchorPoint

Gets the origin point of the selection.

System_CAPS_pubpropertyBottomLine

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyBottomPoint

Gets the point at the end of the selection.

System_CAPS_pubpropertyCurrentColumn

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyCurrentLine

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyIsActiveEndGreater

Gets whether the active point is equal to the bottom point.

System_CAPS_pubpropertyIsEmpty

Gets whether the anchor point is equal to the active point.

System_CAPS_pubpropertyMode

Sets or gets a value determining whether dragging the mouse selects in stream or block mode.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a TextSelection object.

System_CAPS_pubpropertyText

Sets or gets the text selection.

System_CAPS_pubpropertyTextPane

Gets the text pane that contains the text selection.

System_CAPS_pubpropertyTextRanges

Gets a TextRanges collection with one TextRange object for each line or partial line in the selection.

System_CAPS_pubpropertyTopLine

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubpropertyTopPoint

Gets the top end of the selection.

Return to top
Show: