PhotoImportProgress PhotoImportProgress PhotoImportProgress PhotoImportProgress Struct

Definition

The progress data for an asynchronous photo import operation.

public : struct PhotoImportProgresspublic struct PhotoImportProgressPublic Structure PhotoImportProgress// You can use this struct 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)

Fields

BytesImported BytesImported BytesImported BytesImported

The number of bytes that have been imported.

public : field ulong BytesImportedpublic field ulong BytesImportedPublic Field BytesImported// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

ImportProgress ImportProgress ImportProgress ImportProgress

The current import progress, expressed as a floating point value from 0 to 1.

public : field double ImportProgresspublic field double ImportProgressPublic Field ImportProgress// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

ItemsImported ItemsImported ItemsImported ItemsImported

The number of items that have been imported.

public : field unsigned int ItemsImportedpublic field uint ItemsImportedPublic Field ItemsImported// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

TotalBytesToImport TotalBytesToImport TotalBytesToImport TotalBytesToImport

The total number of bytes to be imported.

public : field ulong TotalBytesToImportpublic field ulong TotalBytesToImportPublic Field TotalBytesToImport// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

TotalItemsToImport TotalItemsToImport TotalItemsToImport TotalItemsToImport

The total number of items to be imported.

public : field unsigned int TotalItemsToImportpublic field uint TotalItemsToImportPublic Field TotalItemsToImport// You can use this field in JavaScript.
Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)