RuleConditionChangeAction.ValidateChanges(Activity) Méthode

Définition

En cas de substitution dans une classe dérivée, vérifie que RuleConditionChangeAction est configuré correctement et n'a pas d'erreurs.

protected:
 override System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ ValidateChanges(System::Workflow::ComponentModel::Activity ^ activity);
protected override System.Workflow.ComponentModel.Compiler.ValidationErrorCollection ValidateChanges (System.Workflow.ComponentModel.Activity activity);
override this.ValidateChanges : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Protected Overrides Function ValidateChanges (activity As Activity) As ValidationErrorCollection

Paramètres

activity
Activity

Activity dans lequel les modifications RuleCondition se produisent.

Retours

Collection d'erreurs de validation.

S’applique à