CurrentApp.LoadListingInformationAsync
CurrentApp.LoadListingInformationAsync
CurrentApp.LoadListingInformationAsync
CurrentApp.LoadListingInformationAsync
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()
static IAsyncOperation<ListingInformation> LoadListingInformationAsync() const;
public static IAsyncOperation<ListingInformation> LoadListingInformationAsync()
Public Shared Function LoadListingInformationAsync() As IAsyncOperation(Of ListingInformation)
Windows.ApplicationModel.Store.CurrentApp.loadListingInformationAsync().done( /* Your success and error handlers */ );
Returns
IAsyncOperation<ListingInformation>
IAsyncOperation<ListingInformation>
IAsyncOperation<ListingInformation>
The apps' listing information. If the method fails, it returns an HRESULT error code.
Remarks
Calling this method requires an internet connection.
Feedback
Loading feedback...