文件类型 (Windows 8 的包架构,ShareTarget 的后代)
指定为其文件类型扩展名的文件类型。 它对于包中的每个应用程序都是唯一的,并区分大小写。
元素层次结构
- <包>
-
- <应用程序>
-
- <应用程序>
-
- <扩展>
-
- <分机>
-
- <ShareTarget>
-
- <SupportedFileTypes>
- <FileType>
- <FileOpenPicker>
-
- <SupportedFileTypes>
- <FileType>
- <FileSavePicker>
-
- <SupportedFileTypes>
- <FileType>
语法
<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 *.
</FileType>
特性和元素
特性
无。
子元素
无。
父元素
父元素 | 说明 |
---|---|
SupportedFileTypes (类型: CT_CharmsSupportedFileTypes) | 定义应用可共享的文件类型。 |
相关元素
以下元素具有与此相同的名称,但内容或属性不同:
示例
<ShareTarget>
<SupportedFileTypes>
<FileType>.txt</FileType>
<FileType>.html</FileType>
</SupportedFileTypes>
<DataFormat>Text</DataFormat>
<DataFormat>Uri</DataFormat>
</ShareTarget>
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |