Compartir a través de


ScheduledToastNotification.NotificationMirroring Propiedad

Definición

Obtiene o establece un valor que especifica si la creación de reflejo de notificaciones está habilitada. (La creación de reflejo de notificaciones permite que aparezca una notificación en varios 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 de propiedad

true para habilitar la creación de reflejo de notificaciones; de lo contrario, false.

Requisitos de Windows

Familia de dispositivos
Windows 10 Anniversary Edition (se introdujo en la versión 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v3.0)

Se aplica a