IEditorOperations.MoveToNextCharacter(Boolean) Methode

Definition

Verschiebt die Einfügemarke zum nächsten Zeichen.

public:
 void MoveToNextCharacter(bool extendSelection);
public:
 void MoveToNextCharacter(bool extendSelection);
void MoveToNextCharacter(bool extendSelection);
public void MoveToNextCharacter (bool extendSelection);
abstract member MoveToNextCharacter : bool -> unit
Public Sub MoveToNextCharacter (extendSelection As Boolean)

Parameter

extendSelection
Boolean

Truegibt an, dass die Auswahl beim Verschieben der Einfügemarke erweitert wird. Wenn der Wert falseist, wird die Auswahl nicht verlängert.

Gilt für