PhotoImportOperation.ContinueImportingItemsAsync Property

Definition

Causes in-progress import items operations to continue.

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)

Property Value

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

Attributes

Applies to