DesignerOptionService.PopulateOptionCollection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplit un DesignerOptionService.DesignerOptionCollection.
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
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 options
CreateOptionCollection méthode et en transmettant cette collection comme parent.