IWorkflowChangeDiff.Diff(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine les modifications qui se sont produites entre deux définitions de flux de travail.
public:
System::Collections::Generic::IList<System::Workflow::ComponentModel::WorkflowChangeAction ^> ^ Diff(System::Object ^ originalDefinition, System::Object ^ changedDefinition);
public System.Collections.Generic.IList<System.Workflow.ComponentModel.WorkflowChangeAction> Diff(object originalDefinition, object changedDefinition);
abstract member Diff : obj * obj -> System.Collections.Generic.IList<System.Workflow.ComponentModel.WorkflowChangeAction>
Public Function Diff (originalDefinition As Object, changedDefinition As Object) As IList(Of WorkflowChangeAction)
Paramètres
- originalDefinition
- Object
Définition de flux de travail d’origine.
- changedDefinition
- Object
Nouvelle définition de flux de travail.
Retours
Liste d’objets WorkflowChangeAction qui indique les différences entre les deux définitions de flux de travail.