PhotoImportItem.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 list of sidecar files associated with the item, if any exists.
public:
property IVectorView<PhotoImportSidecar ^> ^ Sidecars { IVectorView<PhotoImportSidecar ^> ^ get(); };
IVectorView<PhotoImportSidecar> Sidecars();
public IReadOnlyList<PhotoImportSidecar> Sidecars { get; }
var iVectorView = photoImportItem.sidecars;
Public ReadOnly Property Sidecars As IReadOnlyList(Of PhotoImportSidecar)
Property Value
The list of sidecar files associated with the item