共用方式為


PhotoImportOperation.ContinueImportingItemsAsync 屬性

定義

導致進行中的匯入專案作業繼續。

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)

屬性值

非同步作業,會在成功完成時傳回 PhotoImportImportItemsResult 物件。

屬性

適用於