CompletionPresenterOptions.ResultsPerPage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Declares the length of the jump when user presses PageUp and PageDown keys.
public:
property int ResultsPerPage { int get(); };
public int ResultsPerPage { get; }
member this.ResultsPerPage : int
Public ReadOnly Property ResultsPerPage As Integer
Property Value
Remarks
This value needs to be known before the UI is created, hence it is defined in this class instead of ICompletionPresenter. Note that IAsyncCompletionSession handles keyboard scrolling, including using PageUp and PageDown keys.