0 out of 1 rated this helpful - Rate this topic

HttpNotificationChannel.BindToShellTile Method (Collection<Uri>)

July 26, 2012

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)
public void BindToShellTile(
	Collection<Uri> baseUri
)

Parameters

baseUri
Type: System.Collections.ObjectModel.Collection<Uri>
A collection of allowed domains from which to access remote images. Each URI in the collection is limited to 256 characters.

For information about ArgumentException or InvalidOperationException exceptions raised by this method, see Receiving Push Notifications for Windows Phone.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.