Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 889 Bytes

istoragequeryresultbase_applynewqueryoptions_1348155159.md

File metadata and controls

26 lines (18 loc) · 889 Bytes
-api-id -api-type
M:Windows.Storage.Search.IStorageQueryResultBase.ApplyNewQueryOptions(Windows.Storage.Search.QueryOptions)
winrt method

Windows.Storage.Search.IStorageQueryResultBase.ApplyNewQueryOptions

-description

Applies new query options to the results retrieved by the StorageFileQueryResult, StorageFolderQueryResult, or StorageItemQueryResult object.

-parameters

-param newQueryOptions

The new query options.

-remarks

When this method returns, the contents of the query and the count of items reflect the new query options.

This method causes the OptionsChanged event to fire.

-examples

-see-also