Condividi tramite


AppNotificationManager.Show(AppNotification) Metodo

Definizione

Visualizza la notifica dell'app specificata nel Centro notifiche.

Nota

La classe AppNotificationManager ha una dipendenza dal pacchetto Singleton. A causa di questa dipendenza, è necessario tenere presenti alcune considerazioni se si chiamano queste API da un'app autonoma. Per altre info e specifiche, vedi Dipendenze da pacchetti MSIX aggiuntivi.

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)

Parametri

notification
AppNotification

Oggetto AppNotification che rappresenta la notifica da visualizzare.

Commenti

Importante

L'app deve chiamare Register prima di chiamare Show.

Si applica a