IBindingList.Find Method
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Function Find ( _
property As PropertyDescriptor, _
key As Object _
) As Integer Implements IBindingList.Find
'Usage
Dim instance As ResultSetView
Dim property As PropertyDescriptor
Dim key As Object
Dim returnValue As Integer
returnValue = CType(instance, IBindingList).Find(property, _
key)
int IBindingList.Find(
PropertyDescriptor property,
Object key
)
private:
virtual int Find(
PropertyDescriptor^ property,
Object^ key
) sealed = IBindingList::Find
private abstract Find :
property:PropertyDescriptor *
key:Object -> int
private override Find :
property:PropertyDescriptor *
key:Object -> int
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- property
Type: System.ComponentModel. . :: . .PropertyDescriptor
- key
Type: System. . :: . .Object
Return Value
Type: System. . :: . .Int32
Implements
IBindingList. . :: . .Find(PropertyDescriptor, Object)