BindingList<T>.IBindingList.AllowRemove 屬性

定義

取得值,指出是否可以從清單中移除項目。

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

屬性值

如果您可以使用 RemoveItem(Int32) 方法從清單移除項目,則為 true,否則為 false。 預設為 true

實作

備註

這個成員是明確介面成員實作, 只有在 BindingList<T> 執行個體轉換成 IBindingList 介面時,才能使用這個成員。

適用於