ModelItemCollection.IList.Add(Object) Metoda

Definice

Přidá položku modelu na konec objektu ModelItemCollection.

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

Parametry

value
Object

Objekt, který má být přidán do kolekce.

Návraty

Index nově přidaného objektu.

Implementuje

Platí pro