Freigeben über


ListingInformation.ProductListings Eigenschaft

Definition

Ruft Informationen zu Add-Ons (auch als In-App-Produkte oder IAPs bezeichnet) ab, die zum Kauf verfügbar sind.

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)

Eigenschaftswert

Das Array von ProductListing-Objekten , das die Add-Ons der App beschreibt.

Gilt für:

Weitere Informationen