WorkflowDesignerLoader.OnEndLoad(Boolean, ICollection) 方法

定义

完成设计器加载时调用。

protected:
 override void OnEndLoad(bool successful, System::Collections::ICollection ^ errors);
protected override void OnEndLoad(bool successful, System.Collections.ICollection errors);
override this.OnEndLoad : bool * System.Collections.ICollection -> unit
Protected Overrides Sub OnEndLoad (successful As Boolean, errors As ICollection)

参数

successful
Boolean

true 如果加载操作成功,则为否则,为 false.

errors
ICollection

包含加载错误。

适用于