BindingList<T>.IBindingList.AllowRemove Właściwość

Definicja

Pobiera wartość wskazującą, czy elementy można usunąć z listy.

property bool System::ComponentModel::IBindingList::AllowRemove { bool get(); };
bool System.ComponentModel.IBindingList.AllowRemove { get; }
member this.System.ComponentModel.IBindingList.AllowRemove : bool
 ReadOnly Property AllowRemove As Boolean Implements IBindingList.AllowRemove

Wartość właściwości

true jeśli możesz usunąć elementy z listy za RemoveItem(Int32) pomocą metody ; w przeciwnym razie false. Wartość domyślna to true.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy BindingList<T> wystąpienie jest rzutowe do interfejsu IBindingList .

Dotyczy