ToastNotification.NotificationMirroring Propriedade
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.
Obtém ou define um valor que especifica se o espelhamento de notificação é permitido.
public:
property NotificationMirroring NotificationMirroring { NotificationMirroring get(); void set(NotificationMirroring value); };
NotificationMirroring NotificationMirroring();
void NotificationMirroring(NotificationMirroring value);
public NotificationMirroring NotificationMirroring { get; set; }
var notificationMirroring = toastNotification.notificationMirroring;
toastNotification.notificationMirroring = notificationMirroring;
Public Property NotificationMirroring As NotificationMirroring
Valor da propriedade
Um valor que especifica se o espelhamento de notificação é permitido.
Requisitos do Windows
Família de dispositivos |
Windows 10 Anniversary Edition (introduzida na 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduzida na v3.0)
|