Compartir a través de


IEditorOperations.MoveToEndOfLine (Método)

Mueve el símbolo de intercalación al final de la línea.

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

Sintaxis

'Declaración
Sub MoveToEndOfLine ( _
    extendSelection As Boolean _
)
void MoveToEndOfLine(
    bool extendSelection
)
void MoveToEndOfLine(
    bool extendSelection
)
abstract MoveToEndOfLine : 
        extendSelection:bool -> unit
function MoveToEndOfLine(
    extendSelection : boolean
)

Parámetros

  • 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.

Seguridad de .NET Framework

Vea también

Referencia

IEditorOperations Interfaz

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