ListingInformation.ProductListings Property
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.
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.