PhotoImportOperation.ContinueFindingItemsAsync 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
导致正在进行的查找操作继续。
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 对象。
- 属性