ESimProfileInstallProgress 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.
Représente le résultat d’une opération asynchrone (avec progression) pour télécharger et installer un profil eSIM.
Notes
Cette fonctionnalité est disponible uniquement pour les applications d’opérateur mobile et les applications UWP disposant d’un accès privilégié par les opérateurs de réseau mobile.
Si vous souhaitez utiliser cette API et publier votre application sur le Microsoft Store, vous devez demander une approbation spéciale pour utiliser la fonctionnalité personnalisée Microsoft.eSIMManagement_8wekyb3d8bbwe. Pour plus d’informations, consultez Fonctionnalités personnalisées.
public value class ESimProfileInstallProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
struct ESimProfileInstallProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public struct ESimProfileInstallProgress
var eSimProfileInstallProgress = {
totalSizeInBytes : /* Your value */,
installedSizeInBytes : /* Your value */
}
Public Structure ESimProfileInstallProgress
- Héritage
-
ESimProfileInstallProgress
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Fonctionnalités de l’application |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|
Champs
InstalledSizeInBytes |
Taille installée du profil eSIM en octets entiers. |
TotalSizeInBytes |
Taille totale du profil eSIM en octets entiers. |