DesignerAutoFormatCollection.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 élément à la collection lorsque l'objet DesignerAutoFormatCollection est casté en une interface IList.
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
DesignerAutoFormat à ajouter à DesignerAutoFormatCollection.
Retours
Index de l'élément ajouté.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Elle ne peut être utilisée que lorsque l’objet DesignerAutoFormatCollection est converti en IList interface.