Langage

TableLayoutStyleCollection.IList.Add(Object) Méthode

Définition

Pour obtenir une description de cette méthode, consultez la Add(Object) méthode.

 virtual int System.Collections.IList.Add(System::Object ^ style) = System::Collections::IList::Add;
int IList.Add(object style);
int IList.Add(object? style);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (style As Object) As Integer Implements IList.Add

Paramètres

style
Object

À Object ajouter au IList.

Retours

Position dans laquelle style a été insérée.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance TableLayoutStyleCollection est convertie en IList interface.

S’applique à