DataViewManager::IBindingList::Find Method (PropertyDescriptor^, Object^)
.NET Framework (current version)
Returns the index of the row that has the given PropertyDescriptor.
Assembly: System.Data (in System.Data.dll)
private: virtual int Find( PropertyDescriptor^ property, Object^ key ) sealed = IBindingList::Find
Parameters
- property
-
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 DataViewManager instance is cast to an IBindingList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: