AppNotification.ExpiresOnReboot Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die App-Benachrichtigung nach einem Neustart im Info-Center (als Info-Center in Windows 10 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 Benachrichtigungscenter verbleiben soll; andernfalls "false".

Gilt für: