Compartir a través de


IEditorOperations.MoveToStartOfDocument (Método)

Mueve el símbolo de intercalación al inicio del documento.

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

Sintaxis

'Declaración
Sub MoveToStartOfDocument ( _
    extendSelection As Boolean _
)
void MoveToStartOfDocument(
    bool extendSelection
)
void MoveToStartOfDocument(
    bool extendSelection
)
abstract MoveToStartOfDocument : 
        extendSelection:bool -> unit
function MoveToStartOfDocument(
    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)