Interfejs IRelationshipSearchParameters
Przestrzeń nazw: Microsoft.Internal.VisualStudio.PlatformUI
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
Public Interface IRelationshipSearchParameters _
Inherits ISolutionSearchParameters
public interface IRelationshipSearchParameters : ISolutionSearchParameters
Typ IRelationshipSearchParameters uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
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. (Odziedziczone z ISolutionSearchParameters). |
![]() |
Options | Gets the search options. (Odziedziczone z ISolutionSearchParameters). |
![]() |
RelationshipHint | |
![]() |
SearchQuery | Gets the search terms provided by the user. (Odziedziczone z ISolutionSearchParameters). |
![]() |
SourceItemHints |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
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. (Odziedziczone z ISolutionSearchParameters). |
Początek