uap:TileUpdate (Windows 10)

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

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <uap:VisualElements>

                   <uap:DefaultTitle>

                        <uap:TileUpdate>

语法

<uap:TileUpdate
  Recurrence = 'A string that can have one of the following values: "halfHour", "hour", "sixHours", "twelveHours", or "daily".'
  UriTemplate = 'A string with a value between 1 and 2084 characters in length.' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
定期 磁贴更新通知的重复间隔。 可以具有以下值之一的字符串: halfHourhoursixHourstwelveHoursdaily
UriTemplate 磁贴更新通知的 URI 模板。 长度介于 1 到 2084 个字符之间的字符串。

子元素

无。

父元素

父元素 描述
uap:DefaultTile 表示“开始”屏幕上应用的默认磁贴。 首次安装应用时,在收到任何更新通知之前,会显示此磁贴。 当磁贴没有要显示的通知时,磁贴将还原到此默认值。

注解

UriTemplate 属性必须是每个 RFC 3986 的值 URI。 它必须是一个绝对 URI ,只允许 不安全 http: 的站点和安全的“https:”站点的方案。

要求

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