FolderInformation.CreateFolderQueryWithOptions(QueryOptions) Method

Definition

Creates an object used to perform filtered search queries for child StorageFolder objects of the current folder. The object is initialized with the specified query options.

public:
 virtual StorageFolderQueryResult ^ CreateFolderQueryWithOptions(QueryOptions ^ queryOptions) = CreateFolderQueryWithOptions;
StorageFolderQueryResult CreateFolderQueryWithOptions(QueryOptions const& queryOptions);
public StorageFolderQueryResult CreateFolderQueryWithOptions(QueryOptions queryOptions);
function createFolderQueryWithOptions(queryOptions)
Public Function CreateFolderQueryWithOptions (queryOptions As QueryOptions) As StorageFolderQueryResult

Parameters

queryOptions
QueryOptions

The initial query options.

Returns

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

Implements

Applies to