RuleSetChangeAction.ValidateChanges(Activity) Método

Definición

Cuando se invalida en una clase derivada, comprueba que está RuleSet configurado correctamente y 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

en Activity el que se producen los RuleSet cambios.

Devoluciones

Colección de los errores de validación.

Se aplica a