PushNotificationReceivedEventArgs.TileNotification Property

Definition

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

Applies to

See also