IRelationshipSearchParameters 接口
命名空间: Microsoft.Internal.VisualStudio.PlatformUI
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public Interface IRelationshipSearchParameters _
Inherits ISolutionSearchParameters
public interface IRelationshipSearchParameters : ISolutionSearchParameters
IRelationshipSearchParameters 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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. (继承自 ISolutionSearchParameters。) | |
Options | Gets the search options. (继承自 ISolutionSearchParameters。) | |
RelationshipHint | ||
SearchQuery | Gets the search terms provided by the user. (继承自 ISolutionSearchParameters。) | |
SourceItemHints |
页首
方法
名称 | 说明 | |
---|---|---|
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. (继承自 ISolutionSearchParameters。) |
页首