ActivityExecutionContextManager.ExecutionContexts プロパティ

定義

現在のアクティビティが作成した実行コンテキストのうち、まだ実行が終了していないものを表します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::ActivityExecutionContext ^> ^ ExecutionContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::ActivityExecutionContext ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.ActivityExecutionContext> ExecutionContexts { get; }
member this.ExecutionContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.ActivityExecutionContext>
Public ReadOnly Property ExecutionContexts As ReadOnlyCollection(Of ActivityExecutionContext)

プロパティ値

このインスタンスに関連付けられた ActivityExecutionContext を集めたコレクション。

適用対象