BindingList<T>.IBindingList.AddIndex(PropertyDescriptor) メソッド

定義

このメンバーの説明については、 AddIndex(PropertyDescriptor)を参照してください。

 virtual void System.ComponentModel.IBindingList.AddIndex(System::ComponentModel::PropertyDescriptor ^ prop) = System::ComponentModel::IBindingList::AddIndex;
void IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop);
abstract member System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
override this.System.ComponentModel.IBindingList.AddIndex : System.ComponentModel.PropertyDescriptor -> unit
Sub AddIndex (prop As PropertyDescriptor) Implements IBindingList.AddIndex

パラメーター

prop
PropertyDescriptor

検索条件として追加する PropertyDescriptor

実装

注釈

このメソッドの基本実装では何も行われません。 この機能が必要な場合は、派生クラスで実装する必要があります。

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

適用対象

こちらもご覧ください