LinkLabel.LinkCollection.IList.Add(Object) Metoda

Definice

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);
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

Chcete-li Object přidat do IList.

Návraty

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

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v LinkLabel.LinkCollection případě, že je instance přetypovaná na IList rozhraní.

Platí pro