CompletionPresenterOptions.ResultsPerPage 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在用户按 PageUp 和 PageDown 键时声明跳转的长度。
public:
property int ResultsPerPage { int get(); };
public int ResultsPerPage { get; }
member this.ResultsPerPage : int
Public ReadOnly Property ResultsPerPage As Integer
属性值
注解
在创建 UI 之前需要知道此值,因此,此值是在此类中定义的,而不是在此类中定义的 ICompletionPresenter 。 请注意, IAsyncCompletionSession 处理键盘滚动,包括使用 PageUp 和 PageDown 键。