共用方式為


StoreProduct.Videos 屬性

定義

從產品的 Windows 市集清單中取得影片。

public:
 property IVectorView<StoreVideo ^> ^ Videos { IVectorView<StoreVideo ^> ^ get(); };
IVectorView<StoreVideo> Videos();
public IReadOnlyList<StoreVideo> Videos { get; }
var iVectorView = storeProduct.videos;
Public ReadOnly Property Videos As IReadOnlyList(Of StoreVideo)

屬性值

StoreVideo物件的集合,代表產品 Windows 市集清單中的影片。

適用於