共用方式為


PhotoImportOperation.ContinueFindingItemsAsync 屬性

定義

導致進行中尋找作業繼續。

public:
 property IAsyncOperationWithProgress<PhotoImportFindItemsResult ^, unsigned int> ^ ContinueFindingItemsAsync { IAsyncOperationWithProgress<PhotoImportFindItemsResult ^, unsigned int> ^ get(); };
/// [get: Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint32_t> ContinueFindingItemsAsync();
/// [get: Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint32_t> ContinueFindingItemsAsync();
public IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint> ContinueFindingItemsAsync { [Windows.Foundation.Metadata.RemoteAsync] get; }
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint> ContinueFindingItemsAsync { [Windows.Foundation.Metadata.RemoteAsync] get; }
var iAsyncOperationWithProgress = photoImportOperation.continueFindingItemsAsync;
Public ReadOnly Property ContinueFindingItemsAsync As IAsyncOperationWithProgress(Of PhotoImportFindItemsResult, UInteger)

屬性值

IAsyncOperationWithProgress<PhotoImportFindItemsResult,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Import.PhotoImportFindItemsResult,unsigned int>

IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint32_t>

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

屬性

適用於