ActivityChangeAction.ValidateChanges(Activity) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
验证在目标活动上挂起的更改。
protected public:
override System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ ValidateChanges(System::Workflow::ComponentModel::Activity ^ contextActivity);
protected internal override System.Workflow.ComponentModel.Compiler.ValidationErrorCollection ValidateChanges (System.Workflow.ComponentModel.Activity contextActivity);
override this.ValidateChanges : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Protected Friend Overrides Function ValidateChanges (contextActivity As Activity) As ValidationErrorCollection
参数
- contextActivity
- Activity
要验证其更改的活动。
返回
一个 ValidationErrorCollection,其中包含运行为目标活动定义的各个 ValidationError 后所产生的任何 Validator。
例外
contextActivity
为空引用(在 Visual Basic 中为 Nothing
)。
注解
如果无法安全地将 contextActivity
强制转换为 CompositeActivity,则返回空引用。