用于 Windows 8.1 的 DefaultTile (功能扩展架构)

在 "开始" 屏幕上表示应用的默认磁贴。 第一次安装应用程序时,会显示此磁贴,然后再接收任何更新通知。 如果磁贴没有要显示的通知,磁贴会恢复为此默认值。

元素层次结构

<VisualElements>
<DefaultTile>

语法

<DefaultTile Wide310x150Logo?   = 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.
             Square310x310Logo? = 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.
             Square70x70Logo?   = 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.
             ShortName?         = A string between 1 and 40 characters in length.
             DefaultSize?       = "square150x150Logo" | "wide310x150Logo" >

  <!-- Child elements -->
  ( TileUpdate?
  & ShowNameOnTiles?
  )

</DefaultTile>

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

特性和元素

特性

属性 说明 数据类型 必须 默认值
DefaultSize

徽标图像的默认大小。 在 Windows Phone 8.1 上,此值将被忽略。

此属性可以具有以下值之一:

  • square150x150Logo
  • wide310x150Logo
ShortName

直接显示在磁贴上的应用程序的短名称。 此字符串是可本地化的;有关详细信息,请参阅 "备注"。

注意从 Windows 8.1 开始,将忽略此属性,并在其位置使用清单中声明的显示名称。
 
长度为1到40个字符的字符串。
Square310x310Logo

徽标图像的310x310 方形版本。

有关如何在此属性中指定图像的详细信息,请参阅 "备注"。

长度介于1到256个字符的字符串,以 ".jpg"、".png" 或 "jpeg" 结尾,不能包含以下字符: < 、 > 、:、"、|、?或 *。 在此字符串中,/和 \ 字符不能是第一个或最后一个字符。 而且,该字符串可以包含/或 \,但不能同时包含两者。
Square70x70Logo

徽标图像的70x70 方形版本。

有关如何在此属性中指定图像的详细信息,请参阅 "备注"。

长度介于1到256个字符的字符串,以 ".jpg"、".png" 或 "jpeg" 结尾,不能包含以下字符: < 、 > 、:、"、|、?或 *。 在此字符串中,/和 \ 字符不能是第一个或最后一个字符。 而且,该字符串可以包含/或 \,但不能同时包含两者。
Wide310x150Logo

徽标图像的 310x150 wide 版本。 当磁贴以其宽格式显示时,将显示此图像。 如果未提供此图像,则磁贴只能以方形格式显示,并且不能根据 宽模板类型 接受通知。 用户最适合使用磁贴所使用的格式,因此,最佳做法是包含宽徽标图像。 如果提供了宽徽标图像,则会以其宽格式显示磁贴。 有关所需徽标尺寸的详细信息,请参阅 磁贴大小

有关如何在此属性中指定图像的详细信息,请参阅 "备注"。

长度介于1到256个字符的字符串,以 ".jpg"、".png" 或 "jpeg" 结尾,不能包含以下字符: < 、 > 、:、"、|、?或 *。 在此字符串中,/和 \ 字符不能是第一个或最后一个字符。 而且,该字符串可以包含/或 \,但不能同时包含两者。

 

子元素

子元素 说明
ShowNameOnTiles

描述 Windows 是否在显示在 "开始" 屏幕上的平铺图像之上覆盖应用程序的名称。

TileUpdate

描述应用磁贴如何接收更新通知。

 

父元素

父元素 说明
VisualElements

介绍 UWP 应用的视觉对象:其默认磁贴、徽标图像、文本和背景色、初始屏幕方向、初始屏幕和锁屏磁贴外观。

 

备注

可以将Wide310x150LogoSquare310x310LogoSquare70x70Logo映像指定为图像文件的直接路径,或指定为资源。 通过使用资源引用,可以提供本地化的图像来匹配不同的 UI 语言。 此功能还允许对 短名称 属性进行本地化。 有关详细信息,请参阅 全球化 主题。

要求

Namespace http://schemas.microsoft.com/appx/2013/manifest