Partager via


PhotoImportOperation.ContinueImportingItemsAsync Propriété

Définition

Entraîne la poursuite des opérations d’importation d’éléments en cours.

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)

Valeur de propriété

Opération asynchrone qui retourne un objet PhotoImportImportItemsResult en cas d’achèvement réussi.

Attributs

S’applique à