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 explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance BindingList<T> est convertie en IBindingList interface.
Cette implémentation appelle AddNewCore l’ajout d’un nouvel élément à la liste.