PhotoImportDeleteImportedItemsFromSourceResult.DeletedItems 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 deleted from the source.
public:
property IVectorView<PhotoImportItem ^> ^ DeletedItems { IVectorView<PhotoImportItem ^> ^ get(); };
IVectorView<PhotoImportItem> DeletedItems();
public IReadOnlyList<PhotoImportItem> DeletedItems { get; }
var iVectorView = photoImportDeleteImportedItemsFromSourceResult.deletedItems;
Public ReadOnly Property DeletedItems As IReadOnlyList(Of PhotoImportItem)
Property Value
A list of items that were deleted from the source.