Partager via


ITextCaret.MoveTo, méthode (ITextViewLine)

Déplace le signe insertion à la ligne de texte spécifiée tout en conservant son coordonnée x actuel.

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

Syntaxe

'Déclaration
Function MoveTo ( _
    textLine As ITextViewLine _
) As CaretPosition
CaretPosition MoveTo(
    ITextViewLine textLine
)
CaretPosition MoveTo(
    ITextViewLine^ textLine
)
abstract MoveTo : 
        textLine:ITextViewLine -> CaretPosition
function MoveTo(
    textLine : ITextViewLine
) : CaretPosition

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.CaretPosition
Élément CaretPosition contenant les valeurs correctes du signe insertion une fois le déplacement effectué.

Sécurité .NET Framework

Voir aussi

Référence

ITextCaret Interface

MoveTo, surcharge

Microsoft.VisualStudio.Text.Editor, espace de noms