Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 756 Bytes

photoimportprogress.md

File metadata and controls

42 lines (25 loc) · 756 Bytes
-api-id -api-type -api-device-family-note
T:Windows.Media.Import.PhotoImportProgress
winrt struct
xbox

PhotoImportProgress

-description

The progress data for an asynchronous photo import operation.

-struct-fields

-field ItemsImported

The number of items that have been imported.

-field TotalItemsToImport

The total number of items to be imported.

-field BytesImported

The number of bytes that have been imported.

-field TotalBytesToImport

The total number of bytes to be imported.

-field ImportProgress

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

-remarks

-examples

-see-also