Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IStorageProviderSearchHandler.Find(StorageProviderSearchQueryOptions) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Executes the query given the parameters in the option object and returns a result set.

public:
 StorageProviderQueryResultSet ^ Find(StorageProviderSearchQueryOptions ^ options);
StorageProviderQueryResultSet Find(StorageProviderSearchQueryOptions const& options);
public StorageProviderQueryResultSet Find(StorageProviderSearchQueryOptions options);
function find(options)
Public Function Find (options As StorageProviderSearchQueryOptions) As StorageProviderQueryResultSet

Parameters

options
StorageProviderSearchQueryOptions

The search query options.

Returns

Remarks

This is a blocking call and should not be called on a UI thread.

Applies to


Feedback

Was this page helpful?