PhotoImportImportItemsResult.DeleteImportedItemsFromSourceAsync Method

Definition

Asynchronously deletes the items that were imported from the source.

public:
 virtual IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult ^, double> ^ DeleteImportedItemsFromSourceAsync() = DeleteImportedItemsFromSourceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double> DeleteImportedItemsFromSourceAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,double> DeleteImportedItemsFromSourceAsync();
function deleteImportedItemsFromSourceAsync()
Public Function DeleteImportedItemsFromSourceAsync () As IAsyncOperationWithProgress(Of PhotoImportDeleteImportedItemsFromSourceResult, Double)

Returns

An asynchronous operation that returns a PhotoImportDeleteImportedItemsFromSourceResult on successful completion.

Attributes

Applies to