次の方法で共有


StorageFileQueryResult.ApplyNewQueryOptions(QueryOptions) メソッド

定義

新しい QueryOptions に基づいてクエリ結果を変更します。

public:
 virtual void ApplyNewQueryOptions(QueryOptions ^ newQueryOptions) = ApplyNewQueryOptions;
void ApplyNewQueryOptions(QueryOptions const& newQueryOptions);
public void ApplyNewQueryOptions(QueryOptions newQueryOptions);
function applyNewQueryOptions(newQueryOptions)
Public Sub ApplyNewQueryOptions (newQueryOptions As QueryOptions)

パラメーター

newQueryOptions
QueryOptions

新しいクエリ オプション。

実装

注釈

このメソッドにより 、OptionsChanged イベントが 発生します。

このメソッドが返されると、 GetFilesAsync または GetItemCountAsync の後続の呼び出しには、新しい QueryOptions の結果が反映されます。

適用対象