com:Format (in ExeServer/Class)
Specifica il formato di file che un'applicazione può leggere e scrivere (attiva come).
Gerarchia degli elementi
<com:Format>
Sintassi
<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 in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).' >
</com:Format>
Attributi ed elementi
Attributi
Attributo | Descrizione | Tipo di dati | Obbligatoria | Valore predefinito |
---|---|---|---|---|
Formatname | Nome del formato di file stringa. | Stringa facoltativa con un valore compreso tra 1 e 32767 caratteri con un carattere non di spazio vuoto all'inizio e alla fine. | No | |
StandardFormat | Nome del formato di file esadecimale. | Stringa facoltativa in formato esadecimale contenente numeri o lettere a , , b , d c , e o f (maiuscole o minuscole). |
No |
Elementi figlio
Nessuno.
Elementi padre
Elemento padre | Descrizione |
---|---|
com:Readwritable | Specifica che un'applicazione può leggere e scrivere file. |
Commenti
Nota
FormatName e StandardFormat si escludono a vicenda.
Requisiti
Elemento | Valore |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
Minimum OS Version | Windows 10 versione 1703 (Build 15063) |