BindingList<T>::IBindingList::Find Method (PropertyDescriptor^, Object^)
.NET Framework (current version)
For a description of this member, see Find.
Assembly: System (in System.dll)
private: virtual int Find( PropertyDescriptor^ prop, Object^ key ) sealed = IBindingList::Find
Parameters
- prop
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to search on.
- key
-
Type:
System::Object^
The value of the property parameter to search for.
This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: