TableLayoutStyleCollection.IList.Add(Object) Metoda

Definice

Popis této metody najdete v Add(Object) metodě.

 virtual int System.Collections.IList.Add(System::Object ^ style) = System::Collections::IList::Add;
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

Přidání Object do souboru IList.

Návraty

Int32

Pozice, do které style byla vložena.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho TableLayoutStyleCollection použít pouze v případě, že je instance přetypována do IList rozhraní.

Platí pro