Condividi tramite


Metodo IEditorOperations.MoveToEndOfDocument

Sposta il cursore alla fine del documento.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

'Dichiarazione
Sub MoveToEndOfDocument ( _
    extendSelection As Boolean _
)
void MoveToEndOfDocument(
    bool extendSelection
)
void MoveToEndOfDocument(
    bool extendSelection
)
abstract MoveToEndOfDocument : 
        extendSelection:bool -> unit
function MoveToEndOfDocument(
    extendSelection : boolean
)

Parametri

  • extendSelection
    Tipo: Boolean

    se true, la selezione viene estesa quando viene spostato il cursore; se false, la selezione non viene estesa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEditorOperations Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations