ActivityExecutionStatusChangedEventArgs.ExecutionResult 属性

定义

获取当事件发生时,引发与该值对应的事件的 ActivityExecutionResultActivityGets 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

当事件发生时,引发与该值对应的事件的 ActivityExecutionResultActivityThe ActivityExecutionResult of the Activity that raised the event corresponding to the value when the event occurred.

适用于