StoreProductPagedQueryResult.Products Eigenschaft

Definition

Ruft die Auflistung der von der Anforderung zurückgegebenen Produkte ab.

public:
 property IMapView<Platform::String ^, StoreProduct ^> ^ Products { IMapView<Platform::String ^, StoreProduct ^> ^ get(); };
IMapView<winrt::hstring, StoreProduct const&> Products();
public IReadOnlyDictionary<string,StoreProduct> Products { get; }
var iMapView = storeProductPagedQueryResult.products;
Public ReadOnly Property Products As IReadOnlyDictionary(Of String, StoreProduct)

Eigenschaftswert

Ein Wörterbuch von Schlüssel-Wert-Paaren, wobei jeder Schlüssel eine Store-ID für das Produkt und der Wert ein StoreProduct-Objekt ist, das das Add-On darstellt.

Gilt für: