ISolutionSearchParameters Interface
Visual Studio 2015
Represents the parameters required to provide search results for a search of the solution.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | MaximumResults | Gets the maximum number of results that should be returned by the search. If more results than this are available, the search provider should call OnMaximumResultsExceeded to indicate that not all results were returned. |
![]() | Options | Gets the search options. |
![]() | SearchQuery | Gets the search terms provided by the user. |
| Name | Description | |
|---|---|---|
![]() | OnMaximumResultsExceeded() | Callback that should be called by a provider that could have returned more results, but which limited itself to the number of results requested by MaximumResults. |
Show:

