CompositeActivity.ApplyWorkflowChanges(WorkflowChanges) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Aplica o WorkflowChanges manifesto no parâmetro a esta instância.
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)
Parâmetros
- workflowChanges
- WorkflowChanges
A WorkflowChanges candidatar-se.
Exceções
workflowChanges é uma referência nula (Nothing em Visual Basic).