AppUpdateOptions.AllowForcedAppRestart 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定是否允許要求更新之應用程式的強制重新開機。
public:
property bool AllowForcedAppRestart { bool get(); void set(bool value); };
bool AllowForcedAppRestart();
void AllowForcedAppRestart(bool value);
public bool AllowForcedAppRestart { get; set; }
var boolean = appUpdateOptions.allowForcedAppRestart;
appUpdateOptions.allowForcedAppRestart = boolean;
Public Property AllowForcedAppRestart As Boolean
屬性值
Boolean
bool
True 是表示 允許強制重新開機應用程式;否則為 false。
Windows 需求
應用程式功能 |
runFullTrust
|