ITextCaret.MoveTo, méthode (ITextViewLine, Double)
Déplace le signe insertion vers l'élément CaretPosition le plus pertinent correspondant à la ligne de texte et à l'abscisse spécifiées.
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, _
xCoordinate As Double _
) As CaretPosition
CaretPosition MoveTo(
ITextViewLine textLine,
double xCoordinate
)
CaretPosition MoveTo(
ITextViewLine^ textLine,
double xCoordinate
)
abstract MoveTo :
textLine:ITextViewLine *
xCoordinate:float -> CaretPosition
function MoveTo(
textLine : ITextViewLine,
xCoordinate : double
) : CaretPosition
Paramètres
textLine
Type : Microsoft.VisualStudio.Text.Formatting.ITextViewLineLigne de texte qui contiendra le signe d'insertion.
xCoordinate
Type : DoubleAbscisse du signe insertion dans le système de coordonnées d'affichage du texte.
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é.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | xCoordinate est NaN. |
Notes
Cette méthode revient à appeler MoveTo(textLine, xCoordinate, true).
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.