다음을 통해 공유


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)

속성 값

키 및 값 쌍의 사전입니다. 여기서 각 키는 제품의 Store ID이고 값은 추가 기능을 나타내는 StoreProduct 개체입니다.

적용 대상