Share via


ListingInformation.ProductListings Proprietà

Definizione

Ottiene informazioni sui componenti aggiuntivi (detti anche prodotti in-app o IP) disponibili per l'acquisto.

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)

Valore della proprietà

Matrice di oggetti ProductListing che descrive i componenti aggiuntivi dell'app.

Si applica a

Vedi anche