BindingList<T>.IBindingList.AddNew Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un nouvel élément à la liste. Pour plus d'informations, consultez AddNew().
virtual System::Object ^ System.ComponentModel.IBindingList.AddNew() = System::ComponentModel::IBindingList::AddNew;
object IBindingList.AddNew ();
abstract member System.ComponentModel.IBindingList.AddNew : unit -> obj
override this.System.ComponentModel.IBindingList.AddNew : unit -> obj
Function AddNew () As Object Implements IBindingList.AddNew
Retours
Élément ajouté à la liste.
Implémente
Exceptions
Cette méthode n'est pas prise en charge.
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de BindingList<T> est castée en interface IBindingList.
Cette implémentation appelle AddNewCore pour ajouter un nouvel élément à la liste.