Compartilhar via


PushNotificationReceivedEventArgs.TileNotification Propriedade

Definição

Obtém o conteúdo de uma atualização de bloco a ser executada em resposta a essa notificação por push.

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

Valor da propriedade

Contém as informações de atualização. Se NotificationType não for do tipo Tile, esse valor será NULL.

Requisitos do Windows

Funcionalidades do aplicativo
internetClient

Aplica-se a

Confira também