TextSelection Properties
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | ActivePoint | Gets the current endpoint of the selection. |
![]() | AnchorColumn | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | AnchorPoint | Gets the origin point of the selection. |
![]() | BottomLine | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | BottomPoint | Gets the point at the end of the selection. |
![]() | CurrentColumn | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | CurrentLine | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | DTE | Gets the top-level extensibility object. |
![]() | IsActiveEndGreater | Gets whether the active point is equal to the bottom point. |
![]() | IsEmpty | Gets whether the anchor point is equal to the active point. |
![]() | Mode | Sets or gets a value determining whether dragging the mouse selects in stream or block mode. |
![]() | Parent | Gets the immediate parent object of a TextSelection object. |
![]() | Text | Sets or gets the text selection. |
![]() | TextPane | Gets the text pane that contains the text selection. |
![]() | TextRanges | Gets a TextRanges collection with one TextRange object for each line or partial line in the selection. |
![]() | TopLine | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | TopPoint | Gets the top end of the selection. |
