Represents the parameters required to provide search results for a search of the solution.
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.Immutable.11.0(在 Microsoft.VisualStudio.Shell.Immutable.11.0.dll 中)
语法
声明
<GuidAttribute("2D07C2D6-FF04-46BC-88DE-C2528CB8A145")> _
Public Interface ISolutionSearchParameters
[GuidAttribute("2D07C2D6-FF04-46BC-88DE-C2528CB8A145")]
public interface ISolutionSearchParameters
ISolutionSearchParameters 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
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. |
![]() |
Options | Gets the search options. |
![]() |
SearchQuery | Gets the search terms provided by the user. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首