ToastNotification.NotificationMirroring Proprietà
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.
Ottiene o imposta un valore che specifica se il mirroring delle notifiche è consentito.
public:
property NotificationMirroring NotificationMirroring { NotificationMirroring get(); void set(NotificationMirroring value); };
NotificationMirroring NotificationMirroring();
void NotificationMirroring(NotificationMirroring value);
public NotificationMirroring NotificationMirroring { get; set; }
var notificationMirroring = toastNotification.notificationMirroring;
toastNotification.notificationMirroring = notificationMirroring;
Public Property NotificationMirroring As NotificationMirroring
Valore della proprietà
Valore che specifica se il mirroring delle notifiche è consentito.
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)
|