Share via


ScheduledToastNotification.NotificationMirroring Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Benachrichtigungsspiegelung aktiviert ist, oder legt diesen fest. (Durch die Benachrichtigungsspiegelung kann eine Benachrichtigung auf mehreren Geräten angezeigt werden.)

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

Eigenschaftswert

true , um die Benachrichtigungsspiegelung zu aktivieren; Andernfalls false.

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: