StorageItemQueryResult.ApplyNewQueryOptions(QueryOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據新的 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 事件引發。
當此方法傳回時,後續呼叫 GetItemsAsync 或 GetItemCountAsync 將會反映新 QueryOptions的結果。