ResultSetView.IBindingList.Find-Methode
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 unterstützt die Verwendung von expliziten Schnittstellenimplementierungen, jedoch nicht die Deklaration neuer expliziter Schnittstellenimplementierungen.
Parameter
- property
Typ: System.ComponentModel.PropertyDescriptor
- key
Typ: System.Object
Rückgabewert
Typ: System.Int32
Implementiert
IBindingList.Find(PropertyDescriptor, Object)