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 介面時,才能使用這個成員。

適用於

另請參閱