次の方法で共有


TasksPerformedEventArgs.IsFailed プロパティ

定義

イベントの実行が失敗したかどうかを示す値を取得します。

public:
 property bool IsFailed { bool get(); };
public bool IsFailed { get; }
member this.IsFailed : bool
Public ReadOnly Property IsFailed As Boolean

プロパティ値

イベントの実行が失敗した場合は true、それ以外の場合は false です。

適用対象