IRelationshipSearchParameters Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

public interface IRelationshipSearchParameters : ISolutionSearchParameters

The IRelationshipSearchParameters type exposes the following members.

  NameDescription
Public propertyCancellationToken
Public propertyMaximumResultsGets 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. (Inherited from ISolutionSearchParameters.)
Public propertyOptionsGets the search options. (Inherited from ISolutionSearchParameters.)
Public propertyRelationshipHint
Public propertySearchQueryGets the search terms provided by the user. (Inherited from ISolutionSearchParameters.)
Public propertySourceItemHints
Top

  NameDescription
Public methodOnMaximumResultsExceededCallback 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. (Inherited from ISolutionSearchParameters.)
Top
Show: