Compartir a través de


IEditorOperations.MoveCaret (Método)

Mueve el símbolo de intercalación a la línea determinada en el desplazamiento especificado.

Espacio de nombres:  Microsoft.VisualStudio.Text.Operations
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
Sub MoveCaret ( _
    textLine As ITextViewLine, _
    horizontalOffset As Double, _
    extendSelection As Boolean _
)
void MoveCaret(
    ITextViewLine textLine,
    double horizontalOffset,
    bool extendSelection
)
void MoveCaret(
    ITextViewLine^ textLine, 
    double horizontalOffset, 
    bool extendSelection
)
abstract MoveCaret : 
        textLine:ITextViewLine * 
        horizontalOffset:float * 
        extendSelection:bool -> unit
function MoveCaret(
    textLine : ITextViewLine, 
    horizontalOffset : double, 
    extendSelection : boolean
)

Parámetros

  • horizontalOffset
    Tipo: Double

    Ubicación horizontal en la línea textLine determinada a la que se va a mover el símbolo de intercalación.

  • extendSelection
    Tipo: Boolean

    Si es true, la selección se extiende cuando se mueve el símbolo de intercalación; si es false, la selección no se extiende.

Excepciones

Excepción Condición
ArgumentNullException

textLine es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

IEditorOperations Interfaz

Microsoft.VisualStudio.Text.Operations (Espacio de nombres)