PhotoImportFindItemsResult.FoundItems Property

Definition

Gets a list of items that were found on the source.

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

Property Value

A list of items that were found on the source.

Applies to