StoreSku.Images Property

Definition

Gets the images from the Microsoft Store listing for the product SKU.

public:
 property IVectorView<StoreImage ^> ^ Images { IVectorView<StoreImage ^> ^ get(); };
IVectorView<StoreImage> Images();
public IReadOnlyList<StoreImage> Images { get; }
var iVectorView = storeSku.images;
Public ReadOnly Property Images As IReadOnlyList(Of StoreImage)

Property Value

A collection of StoreImage objects that represent the images from the Microsoft Store listing for the product SKU.

Applies to