TileUpdater.GetScheduledTileNotifications | getScheduledTileNotifications method
Retrieves a list of scheduled updates to the tile.
Syntax
var iVectorView = tileUpdater.getScheduledTileNotifications();
Parameters
This method has no parameters.
Return value
Type: IVectorView<ScheduledTileNotification> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<ScheduledTileNotification> [.NET]
The collection of scheduled updates for this tile.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- TileUpdater
- App tiles and badges sample
- Scheduled notifications sample
- Guidelines and checklist for scheduled notifications
- Quickstart: Sending a tile update
- Tile and tile notification overview
- The tile template catalog
- Guidelines and checklist for tiles
- How to schedule a tile notification
- How to set up periodic notifications for tiles
- Tiles XML schema
Build date: 12/4/2012
