CurrentAppSimulator.LoadListingInformationAsync | loadListingInformationAsync method

This topic has not yet been rated - Rate this topic

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

Syntax


Windows.ApplicationModel.Store.CurrentAppSimulator.loadListingInformationAsync().done( /* Your success and error handlers */ );

Parameters

This method has no parameters.

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

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Store
Windows::ApplicationModel::Store [C++]

Metadata

Windows.winmd

See also

CurrentAppSimulator

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.