Freigeben über


PushNotificationReceivedEventArgs.TileNotification Eigenschaft

Definition

Ruft den Inhalt eines Kachelupdates ab, das als Reaktion auf diese Pushbenachrichtigung ausgeführt werden soll.

public:
 property TileNotification ^ TileNotification { TileNotification ^ get(); };
TileNotification TileNotification();
public TileNotification TileNotification { get; }
var tileNotification = pushNotificationReceivedEventArgs.tileNotification;
Public ReadOnly Property TileNotification As TileNotification

Eigenschaftswert

Enthält die Updateinformationen. Wenn NotificationType nicht vom Typ Tile ist, ist dieser Wert NULL.

Windows-Anforderungen

App-Funktionen
internetClient

Gilt für:

Weitere Informationen