PhotoImportOperation PhotoImportOperation PhotoImportOperation PhotoImportOperation Class

Definition

Represents an in-progress photo import operation.

public : sealed class PhotoImportOperation : IPhotoImportOperationpublic sealed class PhotoImportOperation : IPhotoImportOperationPublic NotInheritable Class PhotoImportOperation Implements IPhotoImportOperation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by calling PhotoImportManager.GetPendingOperations.

Properties

ContinueDeletingImportedItemsFromSourceAsync ContinueDeletingImportedItemsFromSourceAsync ContinueDeletingImportedItemsFromSourceAsync ContinueDeletingImportedItemsFromSourceAsync

Causes in-progress delete from source operations to continue.

public : IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double> ContinueDeletingImportedItemsFromSourceAsync { get; }public IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double> ContinueDeletingImportedItemsFromSourceAsync { get; }Public ReadOnly Property ContinueDeletingImportedItemsFromSourceAsync As IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double>// You can use this property in JavaScript.

ContinueFindingItemsAsync ContinueFindingItemsAsync ContinueFindingItemsAsync ContinueFindingItemsAsync

Causes in-progress find operations to continue.

public : IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint> ContinueFindingItemsAsync { get; }public IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint> ContinueFindingItemsAsync { get; }Public ReadOnly Property ContinueFindingItemsAsync As IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint>// You can use this property in JavaScript.
Value
IAsyncOperationWithProgress<PhotoImportFindItemsResult, unsigned int> IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint> IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint> IAsyncOperationWithProgress<PhotoImportFindItemsResult, uint>

An asynchronous operation that returns a PhotoImportFindItemsResult object on successful completion.

ContinueImportingItemsAsync ContinueImportingItemsAsync ContinueImportingItemsAsync ContinueImportingItemsAsync

Causes in-progress import items operations to continue.

public : IAsyncOperationWithProgress<PhotoImportImportItemsResult, PhotoImportProgress> ContinueImportingItemsAsync { get; }public IAsyncOperationWithProgress<PhotoImportImportItemsResult, PhotoImportProgress> ContinueImportingItemsAsync { get; }Public ReadOnly Property ContinueImportingItemsAsync As IAsyncOperationWithProgress<PhotoImportImportItemsResult, PhotoImportProgress>// You can use this property in JavaScript.

Session Session Session Session

Gets the photo import session associated with the operation.

public : PhotoImportSession Session { get; }public PhotoImportSession Session { get; }Public ReadOnly Property Session As PhotoImportSession// You can use this property in JavaScript.
Value
PhotoImportSession PhotoImportSession PhotoImportSession PhotoImportSession

The photo import session associated with the operation.

Stage Stage Stage Stage

Gets the current stage of the in-progress operation.

public : PhotoImportStage Stage { get; }public PhotoImportStage Stage { get; }Public ReadOnly Property Stage As PhotoImportStage// You can use this property in JavaScript.
Value
PhotoImportStage PhotoImportStage PhotoImportStage PhotoImportStage

The current stage of the in-progress operation.