PhotoImportVideoSegment.Sidecars 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 sidecar file associated with the imported video segment.
public:
property IVectorView<PhotoImportSidecar ^> ^ Sidecars { IVectorView<PhotoImportSidecar ^> ^ get(); };
IVectorView<PhotoImportSidecar> Sidecars();
public IReadOnlyList<PhotoImportSidecar> Sidecars { get; }
var iVectorView = photoImportVideoSegment.sidecars;
Public ReadOnly Property Sidecars As IReadOnlyList(Of PhotoImportSidecar)
Property Value
The sidecar file associated with the imported video segment.