Compartir a través de


ToastNotificationManager.ConfigureNotificationMirroring Método

Definición

Especifica si se permite la creación de reflejo de notificaciones. La creación de reflejo de notificaciones permite que una notificación se difunda en varios dispositivos.

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)

Parámetros

value
NotificationMirroring

Uno de los valores de enumeración.

Requisitos de Windows

Familia de dispositivos
Windows 10 Anniversary Edition (se introdujo en la versión 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v3.0)

Se aplica a