Condividi tramite


PushNotificationReceivedEventArgs.TileNotification Proprietà

Definizione

Ottiene il contenuto di un aggiornamento del riquadro da eseguire in risposta a questa notifica push.

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

Valore della proprietà

Contiene le informazioni sull'aggiornamento. Se NotificationType non è di tipo Tile, questo valore è NULL.

Requisiti Windows

Funzionalità dell'app
internetClient

Si applica a

Vedi anche