Partager via


ScheduledToastNotification.NotificationMirroring Propriété

Définition

Obtient ou définit une valeur qui spécifie si la mise en miroir des notifications est activée. (La mise en miroir des notifications permet d’afficher une notification sur plusieurs appareils.)

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

Valeur de propriété

true pour activer la mise en miroir des notifications ; sinon, false.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à