Partager via


TrackingWorkflowChangedEventArgs.Changes Propriété

Définition

Obtient les modifications qui ont été apportées à l'instance de workflow.

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)

Valeur de propriété

IList<WorkflowChangeAction>

Liste d'objets WorkflowChangeAction qui spécifient les modifications apportées à l'instance de workflow.

S’applique à