uap:ShowNameOnTiles (Windows 10)
描述 Windows 是否将应用名称覆盖在“开始”屏幕上显示的磁贴图像之上。
元素层次结构
<uap:ShowNameOnTiles>
语法
<uap:ShowNameOnTiles>
<!-- Child elements -->
uap:ShowOn{1,4}
</uap:ShowNameOnTiles>
密钥
{}
特定出现次数范围
特性和元素
特性
无。
子元素
子元素 | 描述 |
---|---|
uap:ShowOn | 描述 Windows 是否在“开始”屏幕上显示的磁贴图像上覆盖应用的名称。 |
父元素
父元素 | 描述 |
---|---|
uap:DefaultTile | 表示“开始”屏幕上应用的默认磁贴。 首次安装应用时,在收到任何更新通知之前,会显示此磁贴。 当磁贴没有要显示的通知时,磁贴将还原到此默认值。 |
示例
此示例演示如何使用 ShowNameOnTiles 和 ShowOn 元素:
<uap:ShowNameOnTiles>
<uap:ShowOn
Tile="square150x150Logo"/> <!-- Show app name on the 150x150 tile -->
<uap:ShowOn
Tile="wide310x150Logo"/> <!-- …and also on the 310x150 tile -->
</uap:ShowNameOnTiles>
要求
项 | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10版本 1511 (内部版本 10586) |