StoreProductPagedQueryResult.Products プロパティ

定義

要求によって返される製品のコレクションを取得します。

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)

プロパティ値

キーと値のペアのディクショナリ。各キーは製品のストア ID、値はアドオンを表す StoreProduct オブジェクトです。

適用対象