ToolboxCategory.IList.Add(Object) 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 un outil à ToolboxCategory.
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
Paramètres
- value
- Object
Position à laquelle le nouvel élément est inséré.
Retours
Index de base zéro de l'outil ajouté à la collection.
Implémente
Exceptions
La value
est d'un type qui n'est pas assignable au IList implémenté par la collection.
Remarques
ToolboxCategory implémente l'interface IList.