HttpNotificationChannel.BindToShellTile Method
Include Protected Members
Include Inherited Members
[ 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.
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<(Of <(Uri>)>)) | Binds the Tile passed as the input parameter with a notification subscription. The Tile can contain either a local or remote resource reference. |
Top