PhotoImportOperation.ContinueDeletingImportedItemsFromSourceAsync Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Causa la continuazione dell'eliminazione in corso dalle operazioni di origine.
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)
Valore della proprietà
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,Double>
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,double>
Operazione asincrona che restituisce un oggetto PhotoImportDeleteImportedItemsFromSourceResult al completamento corretto.
- Attributi