uap:DefaultTile (Windows 10)

表示“开始”屏幕上应用的默认磁贴。 当应用不显示磁贴通知时,将显示此处指定的图标。 若要动态更改磁贴的外观并显示相关的实时内容,请参阅 发送本地磁贴通知

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <uap:VisualElements>

                   <uap:DefaultTitle>

语法

<uap:DefaultTile
  Wide310x150Logo = 'An optional string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. Additionally, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.'
  Square310x310Logo = 'An optional string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.'
  Square71x71Logo = 'An optional string with a value between 1 and 256 characters in length that ends with ".jpg", ".png", or ".jpeg" that cannot contain these characters: <, >, :, ", |, ?, or *. In this string, the / and \ characters cannot be the first or last characters. Also, the string can contain / or \ but not both.'
  ShortName = 'An optional string with a value between 1 and 40 characters in length.' >

  <!-- Child elements -->
  uap:TileUpdate?
  & uap:ShowNameOnTiles?
  & uap5:MixedRealityModel?

</uap:DefaultTile>

密钥

? 可选 (零个或一个) & 交错连接器 (可以按任意顺序发生)

特性和元素

属性

属性 说明 数据类型 必须 默认值
ShortName 直接显示在磁贴上的应用的短名称。 此字符串可本地化;有关详细信息,请参阅备注。 一个可选字符串,其值长度介于 1 到 40 个字符之间。
Wide310x150Logo 徽标图像的 310x150 宽版本。 当磁贴以宽格式显示时,将显示此图像。 如果未提供此图像,磁贴只能以方形格式显示,并且不能接受基于 宽模板类型的通知。 用户可以最终选择磁贴使用哪种格式,因此最佳做法是包含宽徽标图像。 如果提供了加宽徽标图像,则磁贴最初将以加宽格式显示。 有关所需徽标尺寸的详细信息,请参阅 磁贴大小 一个可选字符串,其值长度介于 1 到 256 个字符之间,以 、 或 结尾,不能包含以下字符:<、、:>|"?*.jpeg.png.jpg 此外, /\ 字符不能是第一个或最后一个字符。 此外,字符串可以包含 或 ,\但不能同时包含/两者。
Square310x310Logo 徽标图像的 310x310 正方形版本。 一个可选字符串,其值长度介于 1 到 256 个字符之间,以 、 或 结尾,不能包含以下字符:<、、:>|"?*.jpeg.png.jpg 此外, /\ 字符不能是第一个或最后一个字符。 此外,字符串可以包含 或 ,\但不能同时包含/两者。
Square71x71Logo 徽标图像的 71x71 正方形版本。 一个可选字符串,其值长度介于 1 到 256 个字符之间,以 、 或 结尾,不能包含以下字符:<、、:>|"?*.jpeg.png.jpg 此外, /\ 字符不能是第一个或最后一个字符。 此外,字符串可以包含 或 ,\但不能同时包含/两者。

子元素

子元素 描述
uap:ShowNameOnTiles 描述 Windows 是否在“开始”屏幕上显示的磁贴图像顶部覆盖应用的名称。
uap:TileUpdate 描述应用磁贴如何接收更新通知。
uap5:MixedRealityModel 用于将 3D 模型定义为应用的默认表示形式的元素。 从虚拟或混合现实设备启动时,此模型将在虚拟设置中表示应用。

父元素

父元素 描述
uap:VisualElements 描述应用的视觉方面:其默认磁贴、徽标图像、文本和背景色、初始屏幕方向、初始屏幕和锁屏界面磁贴外观。

注解

对于 Wide310x150LogoSquare310x310LogoSquare71x71LogoTall150x310Logo 图像,你可以提供不同比例的图像,以便 Windows 可以为设备和屏幕分辨率选择最佳大小。 你还可以提供辅助功能的高对比度图像和本地化图像,以匹配不同的 UI 语言。 此功能还允许本地化 ShortName 属性。 有关详细信息,请参阅 全球化 主题。

要求

Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10
Minimum OS Version Windows 10版本 1511 (内部版本 10586)