Partager via


ISolutionSearchParameters, interface

Represents the parameters required to provide search results for a search of the solution.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
<GuidAttribute("2D07C2D6-FF04-46BC-88DE-C2528CB8A145")> _
Public Interface ISolutionSearchParameters
[GuidAttribute("2D07C2D6-FF04-46BC-88DE-C2528CB8A145")]
public interface ISolutionSearchParameters

Le type ISolutionSearchParameters expose les membres suivants.

Propriétés

  Nom Description
Propriété publique 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.
Propriété publique Options Gets the search options.
Propriété publique SearchQuery Gets the search terms provided by the user.

Début

Méthodes

  Nom Description
Méthode publique 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.

Début

Voir aussi

Référence

Microsoft.VisualStudio.Shell, espace de noms