ITextCaret::MoveTo Method (SnapshotPoint, PositionAffinity)
Visual Studio 2015
Moves the caret to the given index in the underlying ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- bufferPosition
-
Type:
Microsoft.VisualStudio.Text::SnapshotPoint
The SnapshotPoint in the underlying text buffer to which to move the caret.
- caretAffinity
-
Type:
Microsoft.VisualStudio.Text::PositionAffinity
The affinity of the caret. This is ignored unless bufferPosition specifies a location that is at the seam between two word-wrapped lines.
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, caretAffinity, true).
Show: