In This Article

ISearchResultSet Interface

Provides the base requirements for a class that stores the results of a search operation.

public interface ISearchResultSet

Properties

OperationType

Gets or sets a SearchOperationType that indicates the search operation type that was performed.

SearchOperationType OperationType { get; set; }

Property Value

SearchOperationType:

A SearchOperationType that indicates the search operation type that was performed.

Options

Gets or sets a copy of the ISearchOptions that were used to generate this result set.

ISearchOptions Options { get; set; }

Property Value

ISearchOptions:

A copy of the ISearchOptions that were used to generate this result set.

Results

Gets the collection of ISearchResult objects.

ISearchResultCollection Results { get; }

Property Value

ISearchResultCollection:

The collection of ISearchResult objects.

Wrapped

Gets or sets whether the find operation wrapped when it reached the end of the search text range.

bool Wrapped { get; set; }

Property Value

bool:

true if the find operation wrapped; otherwise, false.