ExtendedBindingListTFindCore Method
This searches for the index of the item that has the specified property descriptor with the specified
value.
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
protected override int FindCore(
PropertyDescriptor prop,
Object key
)
Protected Overrides Function FindCore (
prop As PropertyDescriptor,
key As Object
) As Integer
protected:
virtual int FindCore(
PropertyDescriptor^ prop,
Object^ key
) override
abstract FindCore :
prop : PropertyDescriptor *
key : Object -> int
override FindCore :
prop : PropertyDescriptor *
key : Object -> int
- prop PropertyDescriptor
- The property descriptor used for the search
- key Object
- The value of the property to match
Int32Returns the zero-based index of the item that matches the property descriptor and contains
the specified value.