BindingList<T>.IBindingList.RemoveIndex(PropertyDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see 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
Parameters
- prop
- PropertyDescriptor
A PropertyDescriptor to remove from the indexes used for searching.
Implements
Remarks
The base implementation of this method does nothing. If this functionality is desired, a derived class must implement it.
This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.