Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.64 KB

currentappsimulator_loadlistinginformationbykeywordsasync_2044666377.md

File metadata and controls

29 lines (20 loc) · 1.64 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.CurrentAppSimulator.LoadListingInformationByKeywordsAsync(Windows.Foundation.Collections.IIterable{System.String})
winrt method

Windows.ApplicationModel.Store.CurrentAppSimulator.LoadListingInformationByKeywordsAsync

-description

Loads the simulated app listing information asynchronously, returning in-app 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 simulated app listing information, with ProductListings collection filtered by keywords. If the method fails, it returns an HRESULT error code. If no in-app products are found that match all of the given keywords, the ProductListings collection will be empty.

-remarks

Uses the ListingInformation element in the WindowsStoreProxy.xml file as the data source for the members of the returned objects. For more information, see Using the WindowsStoreProxy.xml file with CurrentAppSimulator.

Calling this method requires an internet connection.

-examples

-see-also