ITextSelection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Makes the selection zero length, with a start and end position at the logical end of the current selection. |
![]() | GetSelectionOnTextViewLine(ITextViewLine^) | Get the selection on the specified ITextViewLine. |
![]() | Select(SnapshotSpan, Boolean) | Selects the text in the specified selection span. |
![]() | Select(VirtualSnapshotPoint, VirtualSnapshotPoint) | Selects the text between the two VirtualSnapshotPoint objects. |
Show:
