Condividi tramite


PhotoImportOperation.ContinueImportingItemsAsync Proprietà

Definizione

Causa la continuazione delle operazioni di importazione degli elementi in corso.

public:
 property IAsyncOperationWithProgress<PhotoImportImportItemsResult ^, PhotoImportProgress> ^ ContinueImportingItemsAsync { IAsyncOperationWithProgress<PhotoImportImportItemsResult ^, PhotoImportProgress> ^ get(); };
/// [get: Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportImportItemsResult, PhotoImportProgress> ContinueImportingItemsAsync();
/// [get: Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportImportItemsResult, PhotoImportProgress> ContinueImportingItemsAsync();
public IAsyncOperationWithProgress<PhotoImportImportItemsResult,PhotoImportProgress> ContinueImportingItemsAsync { [Windows.Foundation.Metadata.RemoteAsync] get; }
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportImportItemsResult,PhotoImportProgress> ContinueImportingItemsAsync { [Windows.Foundation.Metadata.RemoteAsync] get; }
var iAsyncOperationWithProgress = photoImportOperation.continueImportingItemsAsync;
Public ReadOnly Property ContinueImportingItemsAsync As IAsyncOperationWithProgress(Of PhotoImportImportItemsResult, PhotoImportProgress)

Valore della proprietà

Operazione asincrona che restituisce un oggetto PhotoImportImportItemsResult al completamento corretto.

Attributi

Si applica a