StoreVideo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示与 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
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Services.Store.StoreContract (在 v1.0 中引入)
|
注解
StoreProduct.Videos 和 StoreSku.Videos 属性返回此类型的对象。
属性
Caption |
获取视频的描述文字。 |
Height |
获取视频的高度(以像素为单位)。 |
PreviewImage |
获取为视频显示的预览图像。 |
Uri |
获取视频的 URI。 |
VideoPurposeTag |
获取视频的 标记。 |
Width |
获取视频的宽度(以像素为单位)。 |