Condividi tramite


ScheduledToastNotification.NotificationMirroring Proprietà

Definizione

Ottiene o imposta un valore che specifica se il mirroring delle notifiche è abilitato. Il mirroring delle notifiche consente di visualizzare una notifica in più dispositivi.

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

Valore della proprietà

true per abilitare il mirroring delle notifiche; in caso contrario, false.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)

Si applica a