PhotoImportImportItemsResult.DeleteImportedItemsFromSourceAsync Method
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.
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
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,Double>
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,double>
An asynchronous operation that returns a PhotoImportDeleteImportedItemsFromSourceResult on successful completion.
- Attributes