次の方法で共有


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 の 場合、更新プログラムは自動更新でした。

適用対象

こちらもご覧ください