BindingList<T>.IBindingList.AllowNew Propriété
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.
Obtient une valeur indiquant si les nouveaux éléments peuvent être ajoutés à la liste à l'aide de la méthode AddNew().
property bool System::ComponentModel::IBindingList::AllowNew { bool get(); };
bool System.ComponentModel.IBindingList.AllowNew { get; }
member this.System.ComponentModel.IBindingList.AllowNew : bool
ReadOnly Property AllowNew As Boolean Implements IBindingList.AllowNew
Valeur de propriété
true
si vous pouvez ajouter des éléments à la liste à l'aide de la méthode AddNew() ; sinon, false
. La valeur par défaut dépend du type sous-jacent contenu dans la liste.
Implémente
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.