FileTypeAssociation (子级 Windows 8.1 的徽标扩展架构)
包含图像的文件的路径。
元素层次结构
语法
<Logo>
A string between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that can't contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters can't be the first or last characters. Also, the string can contain / or \ but not both.
</Logo>
特性和元素
特性
无。
子元素
无。
父元素
父元素 | 说明 |
---|---|
FileTypeAssociation | 声明 windows.fileTypeAssociation 类型的应用扩展点。 文件类型关联指示应用已注册以处理指定类型的文件。 |
属性 | 定义有关包的其他元数据,包括描述包如何向用户显示的属性。
注意如果清单元素 DisplayName 或 Description 包含 Windows 防火墙不允许的字符(即"|"和"all",则可能会收到错误,因为 Windows 无法为包 创建 AppContainer 配置文件。 如果收到错误,请使用此参考 (/windows/win32/appxpkg/troubleshooting) 。)
|
协议 | 声明 windows.protocol 类型的应用扩展点。 URI 关联指示应用已注册以处理具有指定方案的 URI。 |
备注
徽标图像可以是图像文件的直接路径,也可以作为资源提供。 通过使用资源引用,你可以提供不同比例的图像,以便 Windows 可以选择适合设备和屏幕分辨率的最佳大小。 你还可以提供辅助功能的高对比度图像和本地化图像,以匹配不同的 UI 语言。 有关详细信息, 请参阅全球化主题 。
此处显示了通过此元素为各种父元素提供的徽标图像的大小要求:
图像缩放图像大小(以像素为单位)Package\Properties\Logo 100 50x50 140 70x70 180 90x90 Applications\Application\Extensions\FileTypeAssociation\Logo 不使用缩放 N/A Applications\Application\Extensions\Extension\Protocol\Logo 不使用缩放 N/A
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |