IStorageFolderQueryOperations.CreateFileQueryWithOptions(QueryOptions) Method

Definition

Retrieves an object with the specified options for enumerating the files in a storage location and subscribing to events that fire when the contents of the storage location change.

public:
 StorageFileQueryResult ^ CreateFileQueryWithOptions(QueryOptions ^ queryOptions);
StorageFileQueryResult CreateFileQueryWithOptions(QueryOptions const& queryOptions);
public StorageFileQueryResult CreateFileQueryWithOptions(QueryOptions queryOptions);
function createFileQueryWithOptions(queryOptions)
Public Function CreateFileQueryWithOptions (queryOptions As QueryOptions) As StorageFileQueryResult

Parameters

queryOptions
QueryOptions

The options for filtering the query results.

Returns

An object for enumerating files and subscribing to events.

Applies to