ActivityExecutionStatusChangedEventArgs.ExecutionResult 属性
定义
获取当事件发生时,引发与该值对应的事件的 ActivityExecutionResult 的 Activity。Gets the ActivityExecutionResult of the Activity that raised the event corresponding to the value when the event occurred.
public:
property System::Workflow::ComponentModel::ActivityExecutionResult ExecutionResult { System::Workflow::ComponentModel::ActivityExecutionResult get(); };
public System.Workflow.ComponentModel.ActivityExecutionResult ExecutionResult { get; }
member this.ExecutionResult : System.Workflow.ComponentModel.ActivityExecutionResult
Public ReadOnly Property ExecutionResult As ActivityExecutionResult
属性值
当事件发生时,引发与该值对应的事件的 ActivityExecutionResult 的 Activity。The ActivityExecutionResult of the Activity that raised the event corresponding to the value when the event occurred.