TrackingWorkflowChangedEventArgs.Changes 属性

定义

获取工作流实例所发生的更改。

public:
 property System::Collections::Generic::IList<System::Workflow::ComponentModel::WorkflowChangeAction ^> ^ Changes { System::Collections::Generic::IList<System::Workflow::ComponentModel::WorkflowChangeAction ^> ^ get(); };
public System.Collections.Generic.IList<System.Workflow.ComponentModel.WorkflowChangeAction> Changes { get; }
member this.Changes : System.Collections.Generic.IList<System.Workflow.ComponentModel.WorkflowChangeAction>
Public ReadOnly Property Changes As IList(Of WorkflowChangeAction)

属性值

IList<WorkflowChangeAction>

WorkflowChangeAction 对象的列表,这些对象指定工作流实例所发生的更改。

适用于