ITextSelection Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubmethodClear()

Makes the selection zero length, with a start and end position at the logical end of the current selection.

System_CAPS_pubmethodGetSelectionOnTextViewLine(ITextViewLine^)

Get the selection on the specified ITextViewLine.

System_CAPS_pubmethodSelect(SnapshotSpan, Boolean)

Selects the text in the specified selection span.

System_CAPS_pubmethodSelect(VirtualSnapshotPoint, VirtualSnapshotPoint)

Selects the text between the two VirtualSnapshotPoint objects.

Return to top
Show: