StoreVideo クラス

定義

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
継承
Object Platform::Object IInspectable 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

ビデオの幅をピクセル単位で取得します。

適用対象