Share via


ScheduledToastNotification.NotificationMirroring 屬性

定義

取得或設定值,指定是否啟用通知鏡像。 (通知鏡像可讓通知出現在多個裝置上。)

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

屬性值

true 表示啟用通知鏡像;否則為 false

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於