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

プロパティ値

true RemoveItem(Int32) メソッドを使用してリストから項目を削除できる場合は。それ以外の場合はfalse。 既定値は true です。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 BindingList<T> インスタンスがIBindingList インターフェイスにキャストされている場合にのみ使用できます。

適用対象