[To be supplied.]
[Visual Basic] Function Find( _ ByVal property As PropertyDescriptor, _ ByVal key As Object, _ ByVal keepIndex As Boolean _ ) As Integer [C#] int Find( PropertyDescriptor property, object key, bool keepIndex ); [C++] int Find( PropertyDescriptor* property, Object* key, bool keepIndex ) = 0; [JScript] function Find( property : PropertyDescriptor, key : Object, keepIndex : Boolean ) : int;
IIndexedList Interface | IIndexedList Members | System.Data Namespace