StoreProduct.Videos Property
Definition
Gets the videos from the Windows Store listing for the product.
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)
Property Value
A collection of StoreVideo objects that represent the videos from the Windows Store listing for the product.