uap:ShareTarget/uap:SupportedFileTypes) 中的 uap:FileType (
指定为文件类型扩展名的文件类型。 它在包中对每个应用程序是唯一的,并且区分大小写。
元素层次结构
<uap:FileType>
<uap:FileType>
<uap:FileType>
语法
<uap:FileType>
<!-- 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>
特性和元素
特性
无。
子元素
无。
父元素
父元素 | 描述 |
---|---|
uap:SupportedFileTypes (类型:CT_CharmsSupportedFileTypes) | 定义应用可以共享的文件类型。 |
相关元素
以下元素的名称与此元素相同,但内容或属性不同:
示例
<uap:ShareTarget>
<uap:SupportedFileTypes>
<uap:FileType>.txt</uap:FileType>
<uap:FileType>.html</uap:FileType>
</uap:SupportedFileTypes>
<uap:DataFormat>Text</uap:DataFormat>
<uap:DataFormat>Uri</uap:DataFormat>
</uap:ShareTarget>
要求
项 | 值 |
---|---|
命名空间 | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10版本 1511 (内部版本 10586) |