Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.09 KB

contentindexerquery_getasync_1854790051.md

File metadata and controls

31 lines (22 loc) · 1.09 KB
-api-id -api-type
M:Windows.Storage.Search.ContentIndexerQuery.GetAsync(System.UInt32,System.UInt32)
winrt method

Windows.Storage.Search.ContentIndexerQuery.GetAsync

-description

Runs the query on the app's indexed content properties and returns the specified number of items from the specified start index in the results collection.

-parameters

-param startIndex

The index of the first item to get from the results collection.

-param maxItems

The maximum number of items to get.

-returns

When this method completes, it returns the query results, represented as a collection of IndexableContent instances.

-remarks

Specifying startIndex and maxItems is useful for virtualization or paginated access of search results.

-examples

-see-also

GetAsync, IndexableContent