ToastNotification.ExpiresOnReboot Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si la notification toast restera dans le Centre de notifications après un redémarrage.
public:
property bool ExpiresOnReboot { bool get(); void set(bool value); };
bool ExpiresOnReboot();
void ExpiresOnReboot(bool value);
public bool ExpiresOnReboot { get; set; }
var boolean = toastNotification.expiresOnReboot;
toastNotification.expiresOnReboot = boolean;
Public Property ExpiresOnReboot As Boolean
Valeur de propriété
Boolean
bool
Si la valeur est true, la notification expire lorsque l’ordinateur est redémarré.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1903 (introduit dans 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v8.0)
|