Compartir vía


RuleSetChangeAction.ValidateChanges(Activity) Método

Definición

Cuando se reemplaza en una clase derivada, comprueba que RuleSet se ha configurado correctamente y que no tiene errores.

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

Parámetros

activity
Activity

La clase Activity en la que se están produciendo los cambios RuleSet.

Devoluciones

ValidationErrorCollection

Colección de los errores de validación.

Se aplica a