ReadOnlyLinkedElementCollection<T>.IBindingList.Find 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.
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
- property
- PropertyDescriptor
- key
- Object
Returns
Implements
Exceptions
This method is not supported