Sdílet prostřednictvím


UIElementCollection.IList.Add(Object) Metoda

Definice

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určen k použití přímo z vašeho kódu. Popis tohoto člena najdete v tématu Add(Object).

 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 pro sečtení

Návraty

Pozice, do které byl nový prvek vložen.

Implementuje

Platí pro

Viz také