BindingSource.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.
Removes the PropertyDescriptor from the indexes used for searching.
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
The PropertyDescriptor to remove from the indexes used for searching.
Implements
Remarks
If the underlying list is not a System.ComponentModel.IBindingList, this method will always throw a NotSupportedException.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.