CheckedListBox.CheckedItemCollection.IList.Add(Object) Metoda

Definicja

Aby uzyskać opis tego członka, zobacz 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

Element Object do dodania do elementu IList.

Zwraca

Indeks zerowy elementu do dodania.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy CheckedListBox.CheckedItemCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy