ResultSetView.IBindingList.Find メソッド
名前空間: System.Data.SqlServerCe
アセンブリ: System.Data.SqlServerCe (System.Data.SqlServerCe.dll)
構文
'宣言
Private Function Find ( _
property As PropertyDescriptor, _
key As Object _
) As Integer Implements IBindingList.Find
'使用
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 では、明示的なインターフェイスの実装は使用できますが、新規に宣言することはできません。
パラメーター
- property
型: System.ComponentModel.PropertyDescriptor
- key
型: System.Object
戻り値
型: System.Int32
実装
IBindingList.Find(PropertyDescriptor, Object)