CurrentAppSimulator.LoadListingInformationAsync Method

Loads the simulated app listing information asynchronously. Implements the IAsyncInfo interface.

Syntax

public:
static IAsyncOperation<ListingInformation^ >^ LoadListingInformationAsync()  

Return value

Type: IAsyncOperation<ListingInformation^ > 

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

Remarks

Uses the CurrentApp/ListingInformation 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.

Calling this method requires an internet connection.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

CurrentAppSimulator Class

CurrentAppSimulator Members

Windows.ApplicationModel.Store Namespace