WindowsFormsDesignerOptionService.PopulateOptionCollection 方法

定義

protected:
 override void PopulateOptionCollection(System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ options);
protected override void PopulateOptionCollection (System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options);
override this.PopulateOptionCollection : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection -> unit
Protected Overrides Sub PopulateOptionCollection (options As DesignerOptionService.DesignerOptionCollection)

參數

options
DesignerOptionService.DesignerOptionCollection

要填入的集合。

備註

PopulateOptionCollection當使用者第一次要求選項組合的子選項或屬性時,會視需要呼叫 方法。

適用於