共用方式為


IStorageQueryResultBase.ApplyNewQueryOptions(QueryOptions) 方法

定義

將新的查詢選項套用至StorageFileQueryResultStorageFolderQueryResult 或 StorageItemQueryResult物件所擷取的結果。

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

參數

newQueryOptions
QueryOptions

新的查詢選項。

備註

當這個方法傳回時,查詢的內容和專案計數會反映新的查詢選項。

這個方法會導致 OptionsChanged 事件引發

適用於