SystemUpdateLastErrorInfo.IsInteractive 属性

定义

指定上次更新错误是否发生在交互式更新期间。

public:
 property bool IsInteractive { bool get(); };
bool IsInteractive();
public bool IsInteractive { get; }
var boolean = systemUpdateLastErrorInfo.isInteractive;
Public ReadOnly Property IsInteractive As Boolean

属性值

Boolean

bool

如果在 交互式更新期间发生错误,则为 True。 如果更新是自动更新,则为 False

适用于

另请参阅