ReadOnlyLinkedElementCollection<T>.IBindingList.Find Method

Definition

This method is not supported.

 virtual int System.ComponentModel.IBindingList.Find(System::ComponentModel::PropertyDescriptor ^ property, System::Object ^ key) = System::ComponentModel::IBindingList::Find;
int IBindingList.Find (System.ComponentModel.PropertyDescriptor property, object key);
abstract member System.ComponentModel.IBindingList.Find : System.ComponentModel.PropertyDescriptor * obj -> int
override this.System.ComponentModel.IBindingList.Find : System.ComponentModel.PropertyDescriptor * obj -> int
Function Find (property As PropertyDescriptor, key As Object) As Integer Implements IBindingList.Find

Parameters

key
Object

Returns

Implements

Exceptions

This method is not supported

Applies to