StoreVideo 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 a video that is associated with a product listing in the Microsoft Store.
public ref class StoreVideo 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 StoreVideo 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 StoreVideo
Public NotInheritable Class StoreVideo
- Inheritance
- Attributes
Windows requirements
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.Videos and StoreSku.Videos properties return objects of this type.
Properties
Caption |
Gets the caption for the video. |
Height |
Gets the height of the video, in pixels. |
PreviewImage |
Gets the preview image that is displayed for the video. |
Uri |
Gets the URI of the video. |
VideoPurposeTag |
Gets the tag for the video. |
Width |
Gets the width of the video, in pixels. |