共用方式為


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)

屬性值

索引鍵和值組的字典,其中每個索引鍵都是附加元件的市集識別碼,而此值是代表附加元件的 StoreProduct 物件。

適用於