FolderInformation.CreateFileQueryWithOptions(QueryOptions) Method

Definition

Creates an object used to perform filtered search queries for StorageFile objects in the folder. The object is initialized with the specified query options.

public:
 virtual StorageFileQueryResult ^ CreateFileQueryWithOptions(QueryOptions ^ queryOptions) = CreateFileQueryWithOptions;
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 initial query options.

Returns

An object for managing the search queries and accessing the results.

Implements

Applies to