ListItemCollection.IList.Add(Object) Metoda

Definice

Popis tohoto člena najdete v tématu Add(Object).

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

Parametry

item
Object

Chcete-li Object přidat do IList.

Návraty

Index, do kterého byla položka přidána.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v ListItemCollection případě, že je instance přetypovaná na IList rozhraní.

Platí pro

Viz také