CheckedListBox.CheckedItemCollection.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

Přidá Object se do IList.

Návraty

Index položky, která má být přidána od nuly.

Implementuje

Poznámky

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

Platí pro