CompositeActivity.ApplyWorkflowChanges(WorkflowChanges) 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.
Applique le manifeste WorkflowChanges dans le paramètre à cette instance.
protected:
void ApplyWorkflowChanges(System::Workflow::ComponentModel::WorkflowChanges ^ workflowChanges);
protected void ApplyWorkflowChanges(System.Workflow.ComponentModel.WorkflowChanges workflowChanges);
member this.ApplyWorkflowChanges : System.Workflow.ComponentModel.WorkflowChanges -> unit
Protected Sub ApplyWorkflowChanges (workflowChanges As WorkflowChanges)
Paramètres
- workflowChanges
- WorkflowChanges
À WorkflowChanges appliquer.
Exceptions
workflowChanges est une référence Null (Nothing dans Visual Basic).