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

属性值

键和值对字典,其中每个键是加载项的应用商店 ID,值是代表加载项的 StoreProduct 对象。

适用于