TableLayoutStyleCollection.IList.Add(Object) Metoda

Definicja

Aby zapoznać się z opisem tej metody, zobacz metodę 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

Parametry

style
Object

Element Object do dodania do elementu IList.

Zwraca

Pozycja, w której style została wstawiona.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TableLayoutStyleCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy