ISolutionSearchParameters::MaximumResults Property

 

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.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

property unsigned int MaximumResults {
	unsigned int get();
}

Property Value

Type: System::UInt32
Return to top
Show: