ITextCaret::MoveTo Method (VirtualSnapshotPoint)
Visual Studio 2015
Moves the caret to the specified buffer position.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- bufferPosition
-
Type:
Microsoft.VisualStudio.Text::VirtualSnapshotPoint
The VirtualSnapshotPoint in the underlying text buffer to which to move the caret.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::CaretPositionA CaretPosition that contains the valid values of the caret position after the move has occurred.
This is equivalent to calling MoveTo(bufferPosition, PositionAffinity.Successor, true).
Show: