Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.25 KB

currentapp_loadlistinginformationbykeywordsasync_2044666377.md

File metadata and controls

26 lines (18 loc) · 1.25 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.CurrentApp.LoadListingInformationByKeywordsAsync(Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.ApplicationModel.Store.CurrentApp.LoadListingInformationByKeywordsAsync

-description

Loads the app listing information asynchronously, returning features and products in the ProductListings collection that match all supplied keywords.

-parameters

-param keywords

The list of keywords by which to filter the ProductListings collection that is returned in the ListingInformation object.

-returns

The app's listing information, with ProductListings collection filtered by keywords. If the method fails, it returns an HRESULT error code. If no products or features are found that match all of the given keywords, the ProductListings collection will be empty.

-remarks

-examples

-see-also