Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BindingList<T>::IBindingList::Find Method (PropertyDescriptor^, Object^)

 

For a description of this member, see Find.

Namespace:   System.ComponentModel
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.

Return Value

Type: System::Int32

The index of the row that has the given PropertyDescriptor .

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
Return to top
Show:
© 2017 Microsoft