PhotoImportSource.StorageMedia 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 a list of objects representing the different storage media exposed by the source device.
public:
property IVectorView<PhotoImportStorageMedium ^> ^ StorageMedia { IVectorView<PhotoImportStorageMedium ^> ^ get(); };
IVectorView<PhotoImportStorageMedium> StorageMedia();
public IReadOnlyList<PhotoImportStorageMedium> StorageMedia { get; }
var iVectorView = photoImportSource.storageMedia;
Public ReadOnly Property StorageMedia As IReadOnlyList(Of PhotoImportStorageMedium)
Property Value
A list of objects representing the different storage media exposed by the source device.