Partager via


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
Propriété publique CancellationToken
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. (Hérité de ISolutionSearchParameters.)
Propriété publique Options Gets the search options. (Hérité de ISolutionSearchParameters.)
Propriété publique RelationshipHint
Propriété publique SearchQuery Gets the search terms provided by the user. (Hérité de ISolutionSearchParameters.)
Propriété publique SourceItemHints

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. (Hérité de ISolutionSearchParameters.)

Début

Voir aussi

Référence

Microsoft.Internal.VisualStudio.PlatformUI, espace de noms