Share via


FolderInformation.CreateFileQueryWithOptions(QueryOptions) 方法

定义

创建一个对象,用于对文件夹中的 StorageFile 对象执行筛选搜索查询。 使用指定的查询选项初始化 对象。

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

参数

queryOptions
QueryOptions

初始查询选项。

返回

用于管理搜索查询和访问结果的对象。

实现

适用于