Tile schema

5 out of 21 rated this helpful - Rate this topic

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.

ElementDescription
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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.