Freigeben über


ToastNotification.ExpiresOnReboot Eigenschaft

Definition

Gibt an, ob die Popupbenachrichtigung nach einem Neustart im Info-Center verbleibt.

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

Eigenschaftswert

Boolean

bool

Wenn true, läuft die Benachrichtigung ab, wenn der Computer neu gestartet wird.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Gilt für: