StoreProductPagedQueryResult.Products Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of products returned by the request.
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)
Property Value
A dictionary of key and value pairs, where each key is a Store ID for the product and the value is a StoreProduct object that represents the add-on.