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)

属性值

一个对象列表 WorkflowChangeAction ,用于指定工作流实例发生的更改。

适用于