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 au paramètre de 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
en Visual Basic).