Responder Developer Guide
FindCore Method


Syntax
'Declaration
 
Protected Overrides Function FindCore( _
   ByVal property As PropertyDescriptor, _
   ByVal key As Object _
) As Integer
'Usage
 
Dim instance As SortableBindingList(Of T)
Dim property As PropertyDescriptor
Dim key As Object
Dim value As Integer
 
value = instance.FindCore(property, key)
protected override int FindCore( 
   PropertyDescriptor property,
   object key
)

Parameters

property
key
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SortableBindingList<T> Class
SortableBindingList<T> Members

 

 


Send Comment