Compartilhar via


Método IEditorOperations.PageUp

Move o cursor de uma página para cima.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)

Sintaxe

'Declaração
Sub PageUp ( _
    extendSelection As Boolean _
)
void PageUp(
    bool extendSelection
)
void PageUp(
    bool extendSelection
)
abstract PageUp : 
        extendSelection:bool -> unit
function PageUp(
    extendSelection : boolean
)

Parâmetros

  • extendSelection
    Tipo: Boolean

    Se true, a seleção é estendida quando o cursor se move; Se false, a seleção não é estendida.

Segurança do .NET Framework

Consulte também

Referência

IEditorOperations Interface

Namespace Microsoft.VisualStudio.Text.Operations