PhotoImportItem.VideoSegments 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 list of video segments associated with the item.
public:
property IVectorView<PhotoImportVideoSegment ^> ^ VideoSegments { IVectorView<PhotoImportVideoSegment ^> ^ get(); };
IVectorView<PhotoImportVideoSegment> VideoSegments();
public IReadOnlyList<PhotoImportVideoSegment> VideoSegments { get; }
var iVectorView = photoImportItem.videoSegments;
Public ReadOnly Property VideoSegments As IReadOnlyList(Of PhotoImportVideoSegment)
Property Value
The list of video segments associated with the item.