Udostępnij za pośrednictwem


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
Właściwość publiczna CancellationToken
Właściwość publiczna 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).
Właściwość publiczna Options Gets the search options. (Odziedziczone z ISolutionSearchParameters).
Właściwość publiczna RelationshipHint
Właściwość publiczna SearchQuery Gets the search terms provided by the user. (Odziedziczone z ISolutionSearchParameters).
Właściwość publiczna SourceItemHints

Początek

Metody

  Nazwa Opis
Metoda publiczna 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

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Internal.VisualStudio.PlatformUI