PhotoImportImportItemsResult.ImportedItems Property

Definition

Gets a list of items that were imported from the source.

public:
 property IVectorView<PhotoImportItem ^> ^ ImportedItems { IVectorView<PhotoImportItem ^> ^ get(); };
IVectorView<PhotoImportItem> ImportedItems();
public IReadOnlyList<PhotoImportItem> ImportedItems { get; }
var iVectorView = photoImportImportItemsResult.importedItems;
Public ReadOnly Property ImportedItems As IReadOnlyList(Of PhotoImportItem)

Property Value

A list of items that were imported from the source.

Applies to