DesignerOptionService.PopulateOptionCollection Méthode

Définition

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

Paramètres

options
DesignerOptionService.DesignerOptionCollection

Collection à remplir.

Remarques

La PopulateOptionCollection méthode est appelée à la demande lors de la première demande d’options ou de propriétés enfants d’une collection d’options.

Vous pouvez remplir la collection en appelant la optionsCreateOptionCollection méthode et en transmettant cette collection comme parent.

S’applique à

Voir aussi