AppNotification.ExpiresOnReboot 속성

정의

다시 부팅한 후 앱 알림이 알림 센터(Windows 10 알림 센터라고 함)에 남아 있는지 여부를 지정하는 값을 가져옵니다.

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

속성 값

Boolean

bool

True이면 다시 부팅한 후 앱 알림이 알림 센터에 남아 있어야 합니다. 그렇지 않으면 false입니다.

적용 대상