WizardStepCollection.IList.Add(Object) Metoda

Definicja

Dołącza określony obiekt na końcu kolekcji.

 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

Element Object do dołączania na końcu kolekcji.

Zwraca

Int32

Położenie, w którym został wstawiony nowy element.

Implementuje

Dotyczy

Zobacz też