ActivityExecutionContext.ExecutionContextManager 属性

定义

ActivityExecutionContextManager获取与此实例关联的值。

public:
 property System::Workflow::ComponentModel::ActivityExecutionContextManager ^ ExecutionContextManager { System::Workflow::ComponentModel::ActivityExecutionContextManager ^ get(); };
public System.Workflow.ComponentModel.ActivityExecutionContextManager ExecutionContextManager { get; }
member this.ExecutionContextManager : System.Workflow.ComponentModel.ActivityExecutionContextManager
Public ReadOnly Property ExecutionContextManager As ActivityExecutionContextManager

属性值

与此 ActivityExecutionContextManager 实例关联的实例。

适用于