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