com:Format
Spécifie le format de fichier qu’une application peut lire (convertir).
Hiérarchie d’éléments
<com:Format>
Syntaxe
<com:Format
FormatName = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
StandardFormat = 'An optional string with a hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).' />
Attributs et éléments
Attributs
Attribut | Description | Type de données | Obligatoire | Valeur par défaut |
---|---|---|---|---|
FormatName | Nom de fichier au format chaîne. | Chaîne facultative dont la valeur est comprise entre 1 et 32767 caractères, avec un caractère sans espace blanc au début et à la fin. | No | |
StandardFormat | Nom de fichier au format hexadécimal. | Chaîne facultative avec un format hexadécimal contenant des chiffres ou les lettres a , b , c , d , e ou f (majuscules ou minuscules). |
No |
Éléments enfants
Aucune.
Éléments parents
Élément parent | Description |
---|---|
com:Readable | Spécifie qu’une application peut uniquement lire des fichiers. |
Remarques
Notes
FormatName et StandardFormat s’excluent mutuellement.
Exemples
Configuration requise
Élément | Valeur |
---|---|
Espace de noms | http://schemas.microsoft.com/appx/manifest/com/windows10 |
Minimum OS Version | Windows 10 version 1703 (build 15063) |