次の方法で共有


IStorageFolderQueryOperations.CreateFileQueryWithOptions(QueryOptions) メソッド

定義

格納場所のファイルを列挙し、保存場所の内容が変更されたときに発生するイベントをサブスクライブするための指定されたオプションを持つオブジェクトを取得します。

public:
 StorageFileQueryResult ^ CreateFileQueryWithOptions(QueryOptions ^ queryOptions);
StorageFileQueryResult CreateFileQueryWithOptions(QueryOptions const& queryOptions);
public StorageFileQueryResult CreateFileQueryWithOptions(QueryOptions queryOptions);
function createFileQueryWithOptions(queryOptions)
Public Function CreateFileQueryWithOptions (queryOptions As QueryOptions) As StorageFileQueryResult

パラメーター

queryOptions
QueryOptions

クエリ結果をフィルター処理するためのオプション。

戻り値

ファイルを列挙し、イベントをサブスクライブするための オブジェクト。

適用対象