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
属性

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

プロパティ

Activity

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

ExecutionResult

イベント発生時に、値に対応するイベントが発生した ActivityExecutionResultActivity を取得します。

ExecutionStatus

イベント発生時に、値に対応するイベントが発生した ActivityExecutionStatusActivity を取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

適用対象