IEditorOperations::SelectAndMoveCaret Method (VirtualSnapshotPoint, VirtualSnapshotPoint)
Visual Studio 2015
Selects from the given anchor point to the active point, moving the caret to the new active point of the selection. The selected span will be made visible.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
void SelectAndMoveCaret(
VirtualSnapshotPoint anchorPoint,
VirtualSnapshotPoint activePoint
)
Parameters
- anchorPoint
-
Type:
Microsoft.VisualStudio.Text::VirtualSnapshotPoint
The anchor point of the new selection.
- activePoint
-
Type:
Microsoft.VisualStudio.Text::VirtualSnapshotPoint
The active point of the new selection and position of the caret.
This puts the selection in stream selection mode and does the minimum amount of scrolling required to ensure that the selected span is visible.
Show: