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