CodeDomDesignerLoader.OnEndLoad(Boolean, ICollection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知设计器加载程序加载已完成。
protected:
override void OnEndLoad(bool successful, System::Collections::ICollection ^ errors);
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
被报告为错误的对象(通常为异常)的 ICollection
注解
有关 OnEndLoad 方法的更多信息,请参见 BasicDesignerLoader.OnEndLoad。