IRelationshipSearchParameters, interface
Espace de noms : Microsoft.Internal.VisualStudio.PlatformUI
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Interface IRelationshipSearchParameters _
Inherits ISolutionSearchParameters
public interface IRelationshipSearchParameters : ISolutionSearchParameters
Le type IRelationshipSearchParameters expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
CancellationToken | ||
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. (Hérité de ISolutionSearchParameters.) | |
Options | Gets the search options. (Hérité de ISolutionSearchParameters.) | |
RelationshipHint | ||
SearchQuery | Gets the search terms provided by the user. (Hérité de ISolutionSearchParameters.) | |
SourceItemHints |
Début
Méthodes
Nom | 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. (Hérité de ISolutionSearchParameters.) |
Début