uap:ShowOn (Windows 10)

描述 Windows 是否在“开始”屏幕上显示的磁贴图像上覆盖应用的名称。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <uap:VisualElements>

                   <uap:DefaultTitle>

                        <uap:ShowNameOnTiles>

                             <uap:ShowOn>

语法

<uap:ShowOn
    Tile = 'A string that can have one of the following values: "square150x150Logo", "wide310x150Logo", or "square310x310Logo".' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
磁贴 磁贴的大小。 可以具有以下值之一的字符串: square150x150Logowide310x150Logosquare310x310Logo

子元素

无。

父元素

父元素 描述
uap:ShowNameOnTiles 描述 Windows 是否将应用名称覆盖在“开始”屏幕上显示的磁贴图像之上。

示例

此示例演示如何使用 ShowNameOnTilesShowOn 元素:

<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)