Compartilhar via


ScheduledToastNotification.NotificationMirroring Propriedade

Definição

Obtém ou define um valor que especifica se o espelhamento de notificação está habilitado. (O espelhamento de notificação permite que uma notificação apareça em vários dispositivos.)

public:
 property NotificationMirroring NotificationMirroring { NotificationMirroring get(); void set(NotificationMirroring value); };
NotificationMirroring NotificationMirroring();

void NotificationMirroring(NotificationMirroring value);
public NotificationMirroring NotificationMirroring { get; set; }
var notificationMirroring = scheduledToastNotification.notificationMirroring;
scheduledToastNotification.notificationMirroring = notificationMirroring;
Public Property NotificationMirroring As NotificationMirroring

Valor da propriedade

true para habilitar o espelhamento de notificação; caso contrário, false.

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)

Aplica-se a