DesignerOptionService.PopulateOptionCollection Méthode
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)
Collection à remplir.
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.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :