HttpNotificationChannel.BindToShellTile Method (Collection<(Of <(Uri>)>))

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Binds the Tile passed as the input parameter with a notification subscription. The Tile can contain either a local or remote resource reference.

Namespace:  Microsoft.Phone.Notification
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Sub BindToShellTile ( _
    baseUri As Collection(Of Uri) _
)
public void BindToShellTile(
    Collection<Uri> baseUri
)

Parameters

Remarks

For information about ArgumentException or InvalidOperationException exceptions raised by this method, see Setting up your app to receive push notifications for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

HttpNotificationChannel Class

BindToShellTile Overload

Microsoft.Phone.Notification Namespace