PushNotificationReceivedEventArgs.TileNotification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the content of a tile update to perform in response to this push notification.
public:
property TileNotification ^ TileNotification { TileNotification ^ get(); };
TileNotification TileNotification();
public TileNotification TileNotification { get; }
var tileNotification = pushNotificationReceivedEventArgs.tileNotification;
Public ReadOnly Property TileNotification As TileNotification
Property Value
Holds the update information. If NotificationType is not of type Tile, this value is NULL.
Windows requirements
App capabilities |
internetClient
|