共用方式為


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

初始查詢選項。

傳回

用於管理搜尋查詢及存取結果的物件。

實作

適用於