次の方法で共有


PhotoImportImportItemsResult.ImportedItems プロパティ

定義

ソースからインポートされた項目の一覧を取得します。

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)

プロパティ値

ソースからインポートされたアイテムの一覧。

適用対象