IEditorOperations.SelectAndMoveCaret Method (VirtualSnapshotPoint, VirtualSnapshotPoint)

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.

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

Syntax

'Declaration
Sub SelectAndMoveCaret ( _
    anchorPoint As VirtualSnapshotPoint, _
    activePoint As VirtualSnapshotPoint _
)
void SelectAndMoveCaret(
    VirtualSnapshotPoint anchorPoint,
    VirtualSnapshotPoint activePoint
)
void SelectAndMoveCaret(
    VirtualSnapshotPoint anchorPoint, 
    VirtualSnapshotPoint activePoint
)
abstract SelectAndMoveCaret : 
        anchorPoint:VirtualSnapshotPoint * 
        activePoint:VirtualSnapshotPoint -> unit
function SelectAndMoveCaret(
    anchorPoint : VirtualSnapshotPoint, 
    activePoint : VirtualSnapshotPoint
)

Parameters

Remarks

This puts the selection in stream selection mode and does the minimum amount of scrolling required to ensure that the selected span is visible.

.NET Framework Security

See Also

Reference

IEditorOperations Interface

SelectAndMoveCaret Overload

Microsoft.VisualStudio.Text.Operations Namespace