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

包含載入錯誤。

適用於