Elements used to define a tile update. They specify the template, images, and text used to customize the tile, branding specifics, and language information.
These elements and their attributes are manipulated through Document Object Model (DOM) manipulation functions to customize the tile content.
To define the initial content for a non-default tile, use TileUpdateManager.getTemplateContent to get template content that can be modified.
To define the content for an update to an existing non-default tile, you can use TileNotification.content to get the existing tile content that can then be modified.
The following table lists all of the elements in this schema, sorted alphabetically by name.
| Element | Description |
|---|---|
| binding |
Specifies the tile template. |
| image |
Specifies an image used in the tile template. The supplied image should match the size and shape requirements for the specific template or image within that template. |
| text |
Specifies text used in the tile template. |
| tile |
Base tile element, which contains a single visual element. |
| visual |
Contains multiple binding child elements, each of which defines a tile. |
Build date: 10/26/2012