PhotoImportStage Enum

Definition

Specifies the stages of the photo import process.

public enum class PhotoImportStage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PhotoImportStage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PhotoImportStage
var value = Windows.Media.Import.PhotoImportStage.notStarted
Public Enum PhotoImportStage
Inheritance
PhotoImportStage
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

DeletingImportedItemsFromSource 3

Imported items are currently being deleted from the source.

FindingItems 1

Items are currently being found.

ImportingItems 2

Items are currently being imported

NotStarted 0

The photo import process has not started.

Applies to