ShellTileSchedule Class
July 26, 2012
Creates an object that allows an application to schedule updates of its Tile's background image. For more information about Tiles and Tile background images, see Tiles Overview for Windows Phone. For an example of how to use ShellTileSchedule, see How to: Schedule Tile Updates for Windows Phone.
Namespace:
Microsoft.Phone.Shell
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The ShellTileSchedule type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ShellTileSchedule() | Creates an instance of the ShellTileSchedule class. |
![]() | ShellTileSchedule(ShellTile) | Initializes a new instance of the ShellTileSchedule class for the given ShellTile. |
| Name | Description | |
|---|---|---|
![]() | Interval | Sets the interval of how often the background image of the Tile is updated. |
![]() | MaxUpdateCount | Defines the number of times that the schedule will run. If this value is not set or is set to a number less than 1, then the schedule will run indefinitely. |
![]() | Recurrence | Defines whether the schedule will be executed one time or multiple times. The recurrence values are defined in UpdateRecurrence. |
![]() | RemoteImageUri | The fully qualified URI of the background image. |
![]() | StartTime | Defines the start time of the schedule. |
