ISolutionSearchParameters 接口

定义

表示为解决方案搜索提供搜索结果所需的参数。

public interface class ISolutionSearchParameters
public interface class ISolutionSearchParameters
__interface ISolutionSearchParameters
[System.Runtime.InteropServices.Guid("2D07C2D6-FF04-46BC-88DE-C2528CB8A145")]
public interface ISolutionSearchParameters
[<System.Runtime.InteropServices.Guid("2D07C2D6-FF04-46BC-88DE-C2528CB8A145")>]
type ISolutionSearchParameters = interface
Public Interface ISolutionSearchParameters
属性

属性

MaximumResults

获取搜索应返回的最大结果数。 如果可用的结果超过此数,则搜索提供程序应调用 OnMaximumResultsExceeded 以指示并非所有结果都已返回。

Options

获取搜索选项。

SearchQuery

获取用户提供的搜索词。

方法

OnMaximumResultsExceeded()

应由提供程序调用的回调,该回调可能返回更多结果,但仅限于 MaximumResults 请求的结果数。

适用于