共用方式為


PhotoImportFindItemsResult.FoundItems 屬性

定義

取得在來源上找到的專案清單。

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)

屬性值

在來源上找到的專案清單。

適用於