PhotoImportFindItemsResult.ImportItemsAsync Method

Definition

Asynchronously imports the selected items from the source.

public:
 virtual IAsyncOperationWithProgress<PhotoImportImportItemsResult ^, PhotoImportProgress> ^ ImportItemsAsync() = ImportItemsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportImportItemsResult, PhotoImportProgress> ImportItemsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportImportItemsResult,PhotoImportProgress> ImportItemsAsync();
function importItemsAsync()
Public Function ImportItemsAsync () As IAsyncOperationWithProgress(Of PhotoImportImportItemsResult, PhotoImportProgress)

Returns

An asynchronous operation that returns a PhotoImportImportItemsResult on successful completion.

Attributes

Applies to