uap:FileTypeAssociation/uap:SupportedFileTypes 中的 uap:FileType ()

支持的文件类型,指定为其文件类型扩展名。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <uap:Extension>

                        <uap:FileTypeAssociation>

                             <uap:SupportedFileTypes>

                                  <uap:FileType>

语法

<uap:FileType
  ContentType = 'An optional string with a value that contains two components between 1 and 127 characters in length, separated by a forward slash ("/"). It follows the RFC 4288 naming requirements.'
  uap4:ShellNewFileName = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
  uap4:ShellNewDisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'>

<!-- A string between 1 and 64 characters in length that must begin with a period ("."), cannot have additional periods, and cannot contain these characters: <, >, :, ", /, \, |, ?, or *. -->

</uap:FileType>

密钥

? 可选 (零个或一个)

特性和元素

属性

属性 说明 数据类型 必须 默认值
ContentType 内容的类型。 一个可选字符串,其值包含两个长度介于 1 到 127 个字符之间的分量,用正斜杠 (/) 分隔。 它遵循 RFC 4288 命名要求。
uap4:ShellNewFileName 要复制到用户启动 Shell New 命令的位置的包中的文件。 值长度介于 1 到 256 个字符之间的可选字符串,不能包含以下字符:<、、:>"|?、 或 *
uap4:ShellNewDisplayName 当用户将鼠标悬停在 Windows 资源管理器中的“新建”子菜单上时显示的文件类型的显示名称。 值长度介于 1 到 256 个字符之间的字符串。 此字符串可本地化。

子元素

无。

父元素

父元素 描述
uap:SupportedFileTypes (type: CT_FTASupportedFileTypes) 定义与应用关联的文件类型。 它们对于每个包是唯一的,并且区分大小写。

以下元素的名称与此元素相同,但内容或属性不同:

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)