ListingInformation.ProductListings Property

Definition

Gets information about add-ons (also called in-app products or IAPs) available for purchase.

public:
 property IMapView<Platform::String ^, ProductListing ^> ^ ProductListings { IMapView<Platform::String ^, ProductListing ^> ^ get(); };
IMapView<winrt::hstring, ProductListing const&> ProductListings();
public IReadOnlyDictionary<string,ProductListing> ProductListings { get; }
var iMapView = listingInformation.productListings;
Public ReadOnly Property ProductListings As IReadOnlyDictionary(Of String, ProductListing)

Property Value

The array of ProductListing objects that describes the app's add-ons.

Applies to

See also