Condividi tramite


StoreProductQueryResult.Products Proprietà

Definizione

Ottiene la raccolta di prodotti restituiti dalla richiesta.

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 = storeProductQueryResult.products;
Public ReadOnly Property Products As IReadOnlyDictionary(Of String, StoreProduct)

Valore della proprietà

Dizionario di coppie chiave e valore, in cui ogni chiave è un ID dello Store per il componente aggiuntivo e il valore è un oggetto StoreProduct che rappresenta il componente aggiuntivo.

Si applica a