CurrentApp.LoadListingInformationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.