Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Interface IRelationshipSearchParameters _
Inherits ISolutionSearchParameters
public interface IRelationshipSearchParameters : ISolutionSearchParameters
The IRelationshipSearchParameters type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
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. (Inherited from ISolutionSearchParameters.) |
![]() |
Options | Gets the search options. (Inherited from ISolutionSearchParameters.) |
![]() |
RelationshipHint | |
![]() |
SearchQuery | Gets the search terms provided by the user. (Inherited from ISolutionSearchParameters.) |
![]() |
SourceItemHints |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
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. (Inherited from ISolutionSearchParameters.) |
Top
.gif)
.gif)