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

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

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 BindingList<T> arabirime IBindingList yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.