TableLayoutStyleCollection.IList.Add(Object) Méthode

Définition

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

 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 à IList.

Retours

Position à laquelle style a été inséré.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de TableLayoutStyleCollection est castée en interface IList.

S’applique à