CurrentApp.LoadListingInformationAsync Method

Loads the app’s listing information asynchronously. Implements the IAsyncInfo interface.

Syntax

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

Return value

Type: IAsyncOperation<ListingInformation^ > 

The apps’ listing information. If the method fails, it returns an HRESULT error code.

Remarks

Calling this method requires an internet connection.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

CurrentApp Class

CurrentApp Members

Windows.ApplicationModel.Store Namespace