Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.13 KB

currentappsimulator_loadlistinginformationasync_1372253086.md

File metadata and controls

28 lines (19 loc) · 1.13 KB
-api-id -api-type
M:Windows.ApplicationModel.Store.CurrentAppSimulator.LoadListingInformationAsync
winrt method

Windows.ApplicationModel.Store.CurrentAppSimulator.LoadListingInformationAsync

-description

Loads the simulated app listing information asynchronously.

The returned ListingInformation object contains listing information (for example, name, price, age rating) specific to the market the user currently resides in. Additionally, listing information for products available via in-app products is also provided.

Note

For simulation purposes, this method uses the element in the WindowsStoreProxy.xml file as the data source for the members of the returned object. For more info, see the code examples in CurrentAppSimulator.

-returns

The app listing information as defined by the simulation. If the method fails, it returns an HRESULT error code.

-remarks

Calling this method requires an internet connection.

-examples

-see-also