Freigeben über


ToastNotification.NotificationMirroring Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Benachrichtigungsspiegelung zulässig ist, oder legt diesen fest.

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

Eigenschaftswert

Ein -Wert, der angibt, ob die Benachrichtigungsspiegelung zulässig ist.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: