SystemUpdateStartInstallAction 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class SystemUpdateStartInstallAction
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
enum class SystemUpdateStartInstallAction
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
public enum SystemUpdateStartInstallAction
var value = Windows.System.Update.SystemUpdateStartInstallAction.upToReboot
Public Enum SystemUpdateStartInstallAction
- 繼承
-
SystemUpdateStartInstallAction
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1809 (已於 10.0.17763.0 引進)
|
API contract |
Windows.System.SystemManagementContract (已於 v6.0 引進)
|
欄位
AllowReboot | 1 | 下載並安裝。 如果需要重新開機,請視需要自動重新開機 |
UpToReboot | 0 | 下載並安裝。 如果需要重新開機,請等候互動式重新開機安裝或自動重新開機視窗。 |