ITextSelection Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | ActivationTracksFocus | |
![]() | ActivePoint | Gets the active point of the selection. |
![]() | AnchorPoint | Gets the anchor point of the selection. |
![]() | End | Gets the end point of the selection. |
![]() | IsActive | Whether or not the selection is active. |
![]() | IsEmpty | Determines whether the selection is zero length. |
![]() | IsReversed | Determines whether the active point is Span.Start and the anchor point is Span.End. |
![]() | Mode | Gets or sets the selection mode. |
![]() | SelectedSpans | The currently-selected spans. |
![]() | Start | Gets the start point of the selection. |
![]() | StreamSelectionSpan | Gets the current selection as if it were a stream selection, regardless of the current selection mode. |
![]() | TextView | Gets the text view to which this selection belongs. |
![]() | VirtualSelectedSpans | The currently-selected spans, as VirtualSnapshotSpan objects. |
Show:
