WorkflowChangeAction.ApplyTo(Activity) Método

Definição

Quando substituído em uma classe derivada, aplica as alterações à Activity raiz.When overridden in a derived class, applies the changes to the root Activity.

protected public:
 abstract bool ApplyTo(System::Workflow::ComponentModel::Activity ^ rootActivity);
protected internal abstract bool ApplyTo (System.Workflow.ComponentModel.Activity rootActivity);
abstract member ApplyTo : System.Workflow.ComponentModel.Activity -> bool
Protected Friend MustOverride Function ApplyTo (rootActivity As Activity) As Boolean

Parâmetros

rootActivity
Activity

A Activity raiz do fluxo de trabalho.The root Activity of the workflow.

Retornos

Boolean

true se a Activity raiz tiver sido atualizada com o Activity adicionado, false se a Activity raiz for uma referência nula (Nothing no Visual Basic).true if the root Activity was updated with the added Activity, false if the root Activity is a null reference (Nothing in Visual Basic).

Aplica-se a