CompletionPresenterOptions(Int32) Constructor
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.
Constructs instance of CompletionPresenterOptions
public:
CompletionPresenterOptions(int resultsPerPage);
public CompletionPresenterOptions (int resultsPerPage);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionPresenterOptions : int -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionPresenterOptions
Public Sub New (resultsPerPage As Integer)
Parameters
- resultsPerPage
- Int32
Declares the length of the jump when user presses PageUp and PageDown keys