uap:TileUpdate (Windows 10)
描述應用程式磚如何接收更新通知。
元素階層
<uap:TileUpdate>
Syntax
<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.' />
屬性和元素
屬性
屬性 | 描述 | 資料類型 | 必要 | 預設值 |
---|---|---|---|---|
週期性 | 磚更新通知的週期間隔。 | 可具有下列其中一個值的字串:halfHour、hour、sixHours、12Hours或daily。 | Yes | |
UriTemplate | 磚更新通知的 URI 範本。 | 長度介於 1 到 2084 個字元之間的字串。 | Yes |
子元素
無。
父元素
父元素 | 描述 |
---|---|
uap:DefaultTile | 預設磚,代表 [開始] 畫面上的應用程式。 第一次安裝應用程式之前,就會顯示此圖格,再收到任何更新通知。 當磚沒有顯示通知時,圖格會還原為此預設值。 |
備註
UriTemplate屬性必須是每個 RFC 3986 的值 URI。 它 必須是絕對 URI ,只有不安全 http:
的網站配置,且允許安全 「HTTPs:」 網站。
規格需求
Item | 值 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
OS 最低版本 | Windows 10版本 1511 (組建 10586) |