ActivityExecutionStatusChangedEventArgs クラス

定義

注意事項

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Activityの実行状態イベントの変更に関連する情報を保持します。 このクラスは継承できません。

public ref class ActivityExecutionStatusChangedEventArgs sealed : EventArgs
[System.Serializable]
public sealed class ActivityExecutionStatusChangedEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ActivityExecutionStatusChangedEventArgs : EventArgs
[<System.Serializable>]
type ActivityExecutionStatusChangedEventArgs = class
    inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionStatusChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class ActivityExecutionStatusChangedEventArgs
Inherits EventArgs
継承
ActivityExecutionStatusChangedEventArgs
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

プロパティ

名前 説明
Activity
古い.

イベントを発生させた Activity を取得します。

ExecutionResult
古い.

イベントが発生したときに値に対応するイベントを発生させたActivityExecutionResultActivityを取得します。

ExecutionStatus
古い.

イベントが発生したときに値に対応するイベントを発生させたActivityExecutionStatusActivityを取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のインスタンスを表す String を提供します。

適用対象