Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PhotoImportFindItemsResult.FoundItems 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 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


Feedback

Was this page helpful?