TriggerActionCollection.IList.Add(Object) Methode

Definitie

Dit lid ondersteunt de Windows Presentation Foundation -infrastructuur (WPF) en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

 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

Parameters

value
Object

De Object toe te voegen aan de IList.

Retouren

De positie waarin het nieuwe element is ingevoegd.

Implementeringen

Van toepassing op