共用方式為


FolderInformation.CreateItemQueryWithOptions(QueryOptions) 方法

定義

建立物件,用來針對資料夾中的專案執行篩選的搜尋查詢。 物件會使用指定的查詢選項初始化。

public:
 virtual StorageItemQueryResult ^ CreateItemQueryWithOptions(QueryOptions ^ queryOptions) = CreateItemQueryWithOptions;
StorageItemQueryResult CreateItemQueryWithOptions(QueryOptions const& queryOptions);
public StorageItemQueryResult CreateItemQueryWithOptions(QueryOptions queryOptions);
function createItemQueryWithOptions(queryOptions)
Public Function CreateItemQueryWithOptions (queryOptions As QueryOptions) As StorageItemQueryResult

參數

queryOptions
QueryOptions

初始查詢選項。

傳回

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

實作

適用於