Compartir a través de


PushNotificationReceivedEventArgs.TileNotification Propiedad

Definición

Obtiene el contenido de una actualización de icono que se va a realizar en respuesta a esta notificación de inserción.

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

Valor de propiedad

Contiene la información de actualización. Si NotificationType no es de tipo Tile, este valor es NULL.

Requisitos de Windows

Características de aplicaciones
internetClient

Se aplica a

Consulte también