PhotoImportSource.StorageMedia Property

Definition

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.

Applies to