共用方式為


IEditorOperations.PageDown 方法

將插入號向下移動一頁。

命名空間:  Microsoft.VisualStudio.Text.Operations
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Sub PageDown ( _
    extendSelection As Boolean _
)
void PageDown(
    bool extendSelection
)
void PageDown(
    bool extendSelection
)
abstract PageDown : 
        extendSelection:bool -> unit
function PageDown(
    extendSelection : boolean
)

參數

  • extendSelection
    類型:Boolean

    如果為 true,表示會在移動插入號時擴充選取範圍。如果為 false,則表示不會擴充選取範圍。

.NET Framework 安全性

請參閱

參考

IEditorOperations 介面

Microsoft.VisualStudio.Text.Operations 命名空間