SystemUpdateLastErrorInfo.IsInteractive 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定上次更新错误是否发生在交互式更新期间。
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。