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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象