Not implemented.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Find(
PropertyDescriptor property,
Object key
)
Public Function Find (
property As PropertyDescriptor,
key As Object
) As Integer
public:
virtual int Find(
PropertyDescriptor^ property,
Object^ key
) sealed
abstract Find :
property : PropertyDescriptor *
key : Object -> int
override Find :
property : PropertyDescriptor *
key : Object -> int
Parameters
- property
- Type: System.ComponentModelPropertyDescriptor
- key
- Type: SystemObject
Return Value
Type:
Int32Implements
IBindingListFind(PropertyDescriptor, Object)See Also