PushNotificationReceivedEventArgs.TileNotification Propriété

Définition

Obtient le contenu d’une mise à jour de vignette à effectuer en réponse à cette notification Push.

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

Valeur de propriété

Contient les informations de mise à jour. Si NotificationType n’est pas de type Tile, cette valeur est NULL.

Configuration requise pour Windows

Fonctionnalités de l’application
internetClient

S’applique à

Voir aussi