Share via


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

Tanım

Bu üyenin açıklaması için bkz RemoveIndex(PropertyDescriptor). .

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

Parametreler

prop
PropertyDescriptor

Arama için kullanılan dizinlerden kaldırılacak A PropertyDescriptor .

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.