CheckedListBox.CheckedItemCollection.IList.Add(Object) Metodo
Definizione
Per una descrizione di questo membro, vedere Add(Object).For a description of this member, see Add(Object).
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
Function Add (value As Object) As Integer Implements IList.Add
Parametri
Restituisce
Indice in base zero dell'elemento da aggiungere.The zero-based index of the item to add.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza CheckedListBox.CheckedItemCollection a un'interfaccia IList.It can be used only when the CheckedListBox.CheckedItemCollection instance is cast to an IList interface.