FolderInformation.CreateFileQueryWithOptions(QueryOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 物件,用來對資料夾中的 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
初始查詢選項。
傳回
用於管理搜尋查詢及存取結果的物件。