次の方法で共有


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

最初のクエリ オプション。

戻り値

検索クエリを管理し、結果にアクセスするためのオブジェクト。

実装

適用対象