ToastNotificationManager.ConfigureNotificationMirroring 方法

定義

指定是否允許通知鏡像。 通知鏡像可讓通知在多個裝置上廣播。

public:
 static void ConfigureNotificationMirroring(NotificationMirroring value);
 static void ConfigureNotificationMirroring(NotificationMirroring const& value);
public static void ConfigureNotificationMirroring(NotificationMirroring value);
function configureNotificationMirroring(value)
Public Shared Sub ConfigureNotificationMirroring (value As NotificationMirroring)

參數

value
NotificationMirroring

其中一個列舉值。

Windows 需求

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

適用於