共用方式為


SystemUpdateStartInstallAction 列舉

定義

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

下載並安裝。 如果需要重新開機,請等候互動式重新開機安裝或自動重新開機視窗。

適用於