DesignerActionListCollection.Add(DesignerActionList) 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.
Ajoute le DesignerActionList fourni à la collection actuelle.
public:
int Add(System::ComponentModel::Design::DesignerActionList ^ value);
public int Add (System.ComponentModel.Design.DesignerActionList value);
public int Add (System.ComponentModel.Design.DesignerActionList? value);
member this.Add : System.ComponentModel.Design.DesignerActionList -> int
Public Function Add (value As DesignerActionList) As Integer
Paramètres
- value
- DesignerActionList
DesignerActionList à ajouter.
Retours
Emplacement dans lequel le nouvel élément est inséré dans la liste interne de la collection.
Remarques
Le nouvel élément est ajouté à la fin de la liste interne.