Share via


ToastNotification.NotificationMirroring Proprietà

Definizione

Ottiene o imposta un valore che specifica se il mirroring delle notifiche è consentito.

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

Valore della proprietà

Valore che specifica se il mirroring delle notifiche è consentito.

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