ITextCaret::MoveToNextCaretPosition Method ()
Visual Studio 2015
Moves the caret to the next valid CaretPosition.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Return Value
Type: Microsoft.VisualStudio.Text.Editor::CaretPositionA CaretPosition containing the valid values of the caret after the move has occurred.
This method handles UTF-16 surrogate pairs and combining character sequences.
Show: