PhotoImportProgress Struct
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.
The progress data for an asynchronous photo import operation.
public value class PhotoImportProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct PhotoImportProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct PhotoImportProgress
var photoImportProgress = {
itemsImported : /* Your value */,
totalItemsToImport : /* Your value */,
bytesImported : /* Your value */,
totalBytesToImport : /* Your value */,
importProgress : /* Your value */
}
Public Structure PhotoImportProgress
- Inheritance
-
PhotoImportProgress
- 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
BytesImported |
The number of bytes that have been imported. |
ImportProgress |
The current import progress, expressed as a floating point value from 0 to 1. |
ItemsImported |
The number of items that have been imported. |
TotalBytesToImport |
The total number of bytes to be imported. |
TotalItemsToImport |
The total number of items to be imported. |