PhotoImportItemImportedEventArgs.ImportedItem 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 the imported item associated with the PhotoImportFindItemsResult.ItemImported event.
public:
property PhotoImportItem ^ ImportedItem { PhotoImportItem ^ get(); };
PhotoImportItem ImportedItem();
public PhotoImportItem ImportedItem { get; }
var photoImportItem = photoImportItemImportedEventArgs.importedItem;
Public ReadOnly Property ImportedItem As PhotoImportItem
Property Value
The imported item.