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 | 声明 fileTypeAssociation类型的应用可扩展性点。 文件类型关联指示已注册应用程序以处理指定类型的文件。 |
属性 | 定义有关包的其他元数据,包括说明包如何向用户显示的属性。
注意如果清单元素 DisplayName 或 Description 包含 Windows 防火墙不允许使用的字符,则可能会收到错误,即 "|" 和 "全部",因为 Windows 无法为包创建 AppContainer 配置文件。 如果收到错误,请使用此参考 [疑难解答] (/windows/win32/appxpkg/troubleshooting) 。
|
协议 | 声明类型为 windows的应用扩展性点。 URI 关联指示已注册应用程序以使用指定的方案来处理 Uri。 |
备注
徽标图像可以作为图像文件的直接路径,也可以指定为资源。 通过使用资源引用,你可以提供不同比例的图像,以便 Windows 可以选择适合设备和屏幕分辨率的最佳大小。 你还可以提供辅助功能的高对比度图像和本地化图像,以匹配不同的 UI 语言。 有关详细信息,请参阅 全球化 主题。
此处显示了通过此元素为各种父元素提供的徽标图像大小要求:
图像缩放图像大小(以像素为单位) Package\Properties\Logo 100 50x50 140 70x70 180 90x90 Applications\Application\Extensions\Extension\FileTypeAssociation\Logo 不使用 scale 暂缺 Applications\Application\Extensions\Extension\Protocol\Logo
要求
值 | |
---|---|
Namespace | http://schemas.microsoft.com/appx/2010/manifest |