RuleSetChangeAction.ValidateChanges(Activity) 方法
定义
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
参数
- activity
- Activity
在其中发生 Activity 更改的 RuleSet。The Activity that the RuleSet changes are occurring in.
返回
验证错误的集合。The collection of the validation errors.