StoreImage クラス

定義

Windows ストアの製品一覧に関連付けられているイメージを表します。

public ref class StoreImage sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreImage final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreImage
Public NotInheritable Class StoreImage
継承
Object Platform::Object IInspectable StoreImage
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Services.Store.StoreContract (v1.0 で導入)

注釈

StoreProduct.ImagesStoreSku.Imagesおよび StoreVideo.PreviewImage プロパティは、この型のオブジェクトを返します。

プロパティ

Caption

イメージのキャプションを取得します。

Height

イメージの高さをピクセル単位で取得します。

ImagePurposeTag

イメージのタグを取得します。

Uri

イメージの URI を取得します。

Width

イメージの幅をピクセル単位で取得します。

適用対象