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.ImagesStoreVideo.PreviewImage屬性會傳回此類型的物件。

屬性

Caption

取得影像的標題。

Height

取得影像的高度,以圖元為單位。

ImagePurposeTag

取得影像的標記。

Uri

取得映射的 URI。

Width

取得影像的寬度,以圖元為單位。

適用於