StoreSku.Videos Property
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.
Gets the videos from the Microsoft Store listing for the product SKU.
public:
property IVectorView<StoreVideo ^> ^ Videos { IVectorView<StoreVideo ^> ^ get(); };
IVectorView<StoreVideo> Videos();
public IReadOnlyList<StoreVideo> Videos { get; }
var iVectorView = storeSku.videos;
Public ReadOnly Property Videos As IReadOnlyList(Of StoreVideo)
Property Value
A collection of StoreVideo objects that represent the videos from the Microsoft Store listing for the product SKU.