StoreVideo StoreVideo StoreVideo StoreVideo Class

Definition

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

public : sealed class StoreVideo : IStoreVideopublic sealed class StoreVideo : IStoreVideoPublic NotInheritable Class StoreVideo Implements IStoreVideo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced v1)

Remarks

The StoreProduct.Videos and StoreSku.Videos properties return objects of this type.

Properties

Caption Caption Caption Caption

Gets the caption for the video.

public : PlatForm::String Caption { get; }public string Caption { get; }Public ReadOnly Property Caption As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The caption for the video.

Height Height Height Height

Gets the height of the video, in pixels.

public : unsigned int Height { get; }public uint Height { get; }Public ReadOnly Property Height As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The height of the video.

PreviewImage PreviewImage PreviewImage PreviewImage

Gets the preview image that is displayed for the video.

public : StoreImage PreviewImage { get; }public StoreImage PreviewImage { get; }Public ReadOnly Property PreviewImage As StoreImage// You can use this property in JavaScript.
Value
StoreImage StoreImage StoreImage StoreImage

The preview image that is displayed for the video.

Uri Uri Uri Uri

Gets the URI of the video.

public : Uri Uri { get; }public Uri Uri { get; }Public ReadOnly Property Uri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The URI of the video.

VideoPurposeTag VideoPurposeTag VideoPurposeTag VideoPurposeTag

Gets the tag for the video.

public : PlatForm::String VideoPurposeTag { get; }public string VideoPurposeTag { get; }Public ReadOnly Property VideoPurposeTag As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The tag for the video.

Width Width Width Width

Gets the width of the video, in pixels.

public : unsigned int Width { get; }public uint Width { get; }Public ReadOnly Property Width As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The width of the video, in pixels.