Partager via


ToastNotification.ExpiresOnReboot Propriété

Définition

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)

S’applique à