IEditorOperations.ExtendSelection(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends the current selection span to the new selection end.
public:
void ExtendSelection(int newEnd);
public:
void ExtendSelection(int newEnd);
void ExtendSelection(int newEnd);
public void ExtendSelection (int newEnd);
abstract member ExtendSelection : int -> unit
Public Sub ExtendSelection (newEnd As Integer)
Parameters
- newEnd
- Int32
The new character position to which the selection is to be extended.
Exceptions
newEnd
is less than 0.