HttpNotificationChannel.BindToShellTile Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Binds a tile with a notification subscription.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BindToShellTile() | Binds the application’s default Tile with a notification subscription. The Tile can contain only local references for resources. |
|
BindToShellTile(Collection<Uri>) | Binds the Tile passed as the input parameter with a notification subscription. The Tile can contain either a local or remote resource reference. |
Show: