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

부하 오류를 포함합니다.

적용 대상