Bagikan melalui


CodeDomDesignerLoader.OnEndLoad(Boolean, ICollection) Metode

Definisi

Memberi tahu pemuat perancang bahwa pemuatan selesai.

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)

Parameter

successful
Boolean

true untuk menunjukkan bahwa beban berhasil diselesaikan; jika tidak, false.

errors
ICollection

Objek ICollection (biasanya pengecualian) yang dilaporkan sebagai kesalahan.

Keterangan

Untuk informasi selengkapnya mengenai metode OnEndLoad, lihat BasicDesignerLoader.OnEndLoad.

Berlaku untuk