Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StoreImage Class

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.

Represents an image that is associated with a product listing in the Windows Store.

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
Inheritance
Object Platform::Object IInspectable StoreImage
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced in v1.0)

Remarks

The StoreProduct.Images, StoreSku.Images, and StoreVideo.PreviewImage properties return objects of this type.

Properties

Name Description
Caption

Gets the caption for the image.

Height

Gets the height of the image, in pixels.

ImagePurposeTag

Gets the tag for the image.

Uri

Gets the URI of the image.

Width

Gets the width of the image, in pixels.

Applies to


Feedback

Was this page helpful?