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 的结果。

适用于