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)