PhotoImportOperation.ContinueDeletingImportedItemsFromSourceAsync Property

Definition

Causes in-progress delete from source operations to continue.

public:
 property IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult ^, double> ^ ContinueDeletingImportedItemsFromSourceAsync { IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult ^, double> ^ get(); };
/// [get: Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double> ContinueDeletingImportedItemsFromSourceAsync();
/// [get: Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double> ContinueDeletingImportedItemsFromSourceAsync();
public IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,double> ContinueDeletingImportedItemsFromSourceAsync { [Windows.Foundation.Metadata.RemoteAsync] get; }
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,double> ContinueDeletingImportedItemsFromSourceAsync { [Windows.Foundation.Metadata.RemoteAsync] get; }
var iAsyncOperationWithProgress = photoImportOperation.continueDeletingImportedItemsFromSourceAsync;
Public ReadOnly Property ContinueDeletingImportedItemsFromSourceAsync As IAsyncOperationWithProgress(Of PhotoImportDeleteImportedItemsFromSourceResult, Double)

Property Value

An asynchronous operation that returns a PhotoImportDeleteImportedItemsFromSourceResult object on successful completion.

Attributes

Applies to