Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.18 KB

contentindexer_createquery_293378840.md

File metadata and controls

31 lines (22 loc) · 1.18 KB
-api-id -api-type
M:Windows.Storage.Search.ContentIndexer.CreateQuery(System.String,Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.Storage.Search.ContentIndexer.CreateQuery

-description

Builds a query with the specified search filter and identifies which properties to retrieve.

-parameters

-param searchFilter

The Advanced Query Syntax (AQS) filter to apply.

-param propertiesToRetrieve

The properties to retrieve, specified by their Windows canonical property names.

-returns

The query.

-remarks

Call the GetPropertiesAsync method to run the query.

-examples

-see-also

CreateQuery(String, IIterable(String), IIterable(SortEntry), String), CreateQuery(String, IIterable(String), IIterable(SortEntry)), GetPropertiesAsync