com:Format (in ExeServer/Class)
指定应用程序可以读取和写入的文件格式, (激活为) 。
元素层次结构
<com:Format>
语法
<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>
特性和元素
属性
属性 | 说明 | 数据类型 | 必须 | 默认值 |
---|---|---|---|---|
FormatName | 字符串文件格式名称。 | 一个可选字符串,其值长度介于 1 到 32767 个字符之间,开头和结尾处有一个非空格字符。 | 否 | |
StandardFormat | 十六进制文件格式名称。 | 十六进制格式的可选字符串,包含数字或字母 a 、 b 、 c 、 d 、 e 或 f (大写或小写) 。 |
否 |
子元素
无。
父元素
父元素 | 描述 |
---|---|
com:Readwritable | 指定应用程序可以读取和写入文件。 |
注解
注意
FormatName 和 StandardFormat 是互斥的。
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
Minimum OS Version | Windows 10版本 1703 (内部版本 15063) |