Share via


IEditorOperations.MoveToNextCharacter, méthode

Place le signe insertion au niveau du caractère suivant.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Sub MoveToNextCharacter ( _
    extendSelection As Boolean _
)
void MoveToNextCharacter(
    bool extendSelection
)
void MoveToNextCharacter(
    bool extendSelection
)
abstract MoveToNextCharacter : 
        extendSelection:bool -> unit
function MoveToNextCharacter(
    extendSelection : boolean
)

Paramètres

  • extendSelection
    Type : Boolean

    Si la valeur est true, la sélection est étendue lorsque le signe d'insertion est déplacé ; si la valeur est false, la sélection n'est pas étendue.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations, espace de noms