ISolutionSearchParameters Interface

Definition

Represents the parameters required to provide search results for a search of the solution.

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
Attributes

Properties

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.

Methods

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.

Applies to