AppNotificationManager.Show(AppNotification) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Exibe a notificação de aplicativo especificada na Central de Ações.
Nota
A classe
public:
virtual void Show(AppNotification ^ notification) = Show;
void Show(AppNotification const& notification);
public void Show(AppNotification notification);
function show(notification)
Public Sub Show (notification As AppNotification)
Parâmetros
- notification
- AppNotification
Um objeto AppNotification que representa a notificação a ser mostrada.
Comentários
Importante
Seu aplicativo deve chamar Registrar antes de chamar Mostrar.