共用方式為


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 事件引發。

當這個方法傳回時,後續呼叫 GetFilesAsyncGetItemCountAsync 將會反映新 QueryOptions的結果。

適用於