TriggerActionCollection.IList.Add(Object) Metoda

Definice

Tento člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z vašeho kódu.

 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

Přidání Object do souboru IList.

Návraty

Int32

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

Implementuje

Platí pro