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当用户首次请求选项集合的子选项或属性时,按需调用 方法。

适用于