PhotoImportOperation.ContinueFindingItemsAsync Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes in-progress find operations to continue.
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)
Property Value
IAsyncOperationWithProgress<PhotoImportFindItemsResult,UInt32>
Windows.Foundation.IAsyncOperationWithProgress<Windows.Media.Import.PhotoImportFindItemsResult,unsigned int>
IAsyncOperationWithProgress<PhotoImportFindItemsResult,uint32_t>
An asynchronous operation that returns a PhotoImportFindItemsResult object on successful completion.
- Attributes