NotificationHub::SecondaryTiles Property

 

Gets or sets the NotificationHub methods for secondary tiles.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
property IDictionary<String^, NotificationHub^>^ SecondaryTiles {
	IDictionary<String^, NotificationHub^>^ get();
	void set(IDictionary<String^, NotificationHub^>^ value);
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, NotificationHub^>^

The list of secondary tiles.

hub.SecondaryTiles["mySecondaryTileId"].RegisterAsync(channel.Uri);
Return to top
Show: