CompletionPresenterOptions.ResultsPerPage 属性

定义

在用户按 PageUp 和 PageDown 键时声明跳转的长度。

public:
 property int ResultsPerPage { int get(); };
public int ResultsPerPage { get; }
member this.ResultsPerPage : int
Public ReadOnly Property ResultsPerPage As Integer

属性值

Int32

注解

在创建 UI 之前需要知道此值,因此,此值是在此类中定义的,而不是在此类中定义的 ICompletionPresenter 。 请注意, IAsyncCompletionSession 处理键盘滚动,包括使用 PageUp 和 PageDown 键。

适用于