Share via


BindingList<T>.IBindingList.AddIndex(PropertyDescriptor) Yöntem

Tanım

Bu üyenin açıklaması için bkz 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

Parametreler

prop
PropertyDescriptor

PropertyDescriptor Arama ölçütü olarak eklenecek.

Uygulamalar

Açıklamalar

Bu yöntemin temel uygulaması hiçbir şey yapmaz. Bu işlev isteniyorsa, türetilmiş bir sınıfın bunu uygulaması gerekir.

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IBindingList arabirime BindingList<T> yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.