Interfaccia IRelationshipSearchParameters

Spazio dei nomi:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public Interface IRelationshipSearchParameters _
    Inherits ISolutionSearchParameters
public interface IRelationshipSearchParameters : ISolutionSearchParameters

Il tipo IRelationshipSearchParameters espone i seguenti membri.

Proprietà

  Nome Descrizione
Proprietà pubblica CancellationToken
Proprietà pubblica 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. (Ereditato da ISolutionSearchParameters)
Proprietà pubblica Options Gets the search options. (Ereditato da ISolutionSearchParameters)
Proprietà pubblica RelationshipHint
Proprietà pubblica SearchQuery Gets the search terms provided by the user. (Ereditato da ISolutionSearchParameters)
Proprietà pubblica SourceItemHints

In alto

Metodi

  Nome Descrizione
Metodo pubblico 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. (Ereditato da ISolutionSearchParameters)

In alto

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Internal.VisualStudio.PlatformUI