CurrentApp.LoadListingInformationAsync Method

Definition

Loads the app's 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, the listing information for available in-app products is also provided.

public:
 static IAsyncOperation<ListingInformation ^> ^ LoadListingInformationAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<ListingInformation> LoadListingInformationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ListingInformation> LoadListingInformationAsync();
function loadListingInformationAsync()
Public Shared Function LoadListingInformationAsync () As IAsyncOperation(Of ListingInformation)

Returns

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

Attributes

Remarks

Calling this method requires an internet connection.

Applies to