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 при успешном завершении.

Атрибуты

Применяется к