StoreProduct.Images プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
製品の Windows ストア登録情報からイメージを取得します。
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)
プロパティ値
製品の Windows ストア登録情報のイメージを表す StoreImage オブジェクトのコレクション。