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。)

页首

请参见

参考

Microsoft.Internal.VisualStudio.PlatformUI 命名空间