ToastNotificationManager.ConfigureNotificationMirroring Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica se il mirroring delle notifiche è consentito. Il mirroring delle notifiche consente di trasmettere una notifica su più dispositivi.
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)
Parametri
- value
- NotificationMirroring
Uno dei valori di enumerazione.
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)
|