StoreProduct.Images 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 images from the Windows Store listing for the product.
public:
property IVectorView<StoreImage ^> ^ Images { IVectorView<StoreImage ^> ^ get(); };
IVectorView<StoreImage> Images();
public IReadOnlyList<StoreImage> Images { get; }
var iVectorView = storeProduct.images;
Public ReadOnly Property Images As IReadOnlyList(Of StoreImage)
Property Value
A collection of StoreImage objects that represent the images from the Windows Store listing for the product.