IEditorOperations::ExtendSelection Method (Int32)
Visual Studio 2015
Extends the current selection span to the specified position.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- newEnd
-
Type:
System::Int32
The new character position to which the selection is to be extended.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | newEnd is less than 0. |
Show: