PhotoImportProgress Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Données de progression d’une opération d’importation de photos asynchrone.
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
- Héritage
-
PhotoImportProgress
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
BytesImported |
Nombre d’octets qui ont été importés. |
ImportProgress |
Progression de l’importation actuelle, exprimée sous la forme d’une valeur à virgule flottante comprise entre 0 et 1. |
ItemsImported |
Nombre d’éléments qui ont été importés. |
TotalBytesToImport |
Nombre total d’octets à importer. |
TotalItemsToImport |
Nombre total d’éléments à importer. |