StorageFolderQueryResult.ApplyNewQueryOptions(QueryOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies query results based on new 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)
Parameters
- newQueryOptions
- QueryOptions
The new query options.
Implements
Remarks
This method causes the OptionsChanged event to fire.
When this method returns, subsequent calls to GetFoldersAsync or GetItemCountAsync will reflect the results of the new QueryOptions.