Freigeben über


AppNotification.ExpiresOnReboot Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die App-Benachrichtigung nach einem Neustart im Notification Center (in Windows 10 als Action Center bezeichnet) verbleibt.

public:
 property bool ExpiresOnReboot { bool get(); void set(bool value); };
bool ExpiresOnReboot();

void ExpiresOnReboot(bool value);
public bool ExpiresOnReboot { get; set; }
var boolean = appNotification.expiresOnReboot;
appNotification.expiresOnReboot = boolean;
Public Property ExpiresOnReboot As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die App-Benachrichtigung nach einem Neustart im Notification Center verbleiben soll; andernfalls false.

Gilt für: