TrackingWorkflowChangedEventArgs.Changes 属性
定义
获取工作流实例所发生的更改。Gets the changes that occurred to the workflow instance.
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 对象的列表,这些对象指定工作流实例所发生的更改。A list of WorkflowChangeAction objects that specify the changes that occurred to the workflow instance.