[To be supplied.]
[Visual Basic] Function GetItemProperties( _ ByVal listAccessors() As PropertyDescriptor _ ) As PropertyDescriptorCollection [C#] PropertyDescriptorCollection GetItemProperties( PropertyDescriptor[] listAccessors ); [C++] PropertyDescriptorCollection* GetItemProperties( PropertyDescriptor* listAccessors[] ) = 0; [JScript] function GetItemProperties( listAccessors : PropertyDescriptor[] ) : PropertyDescriptorCollection;
ITypedList Interface | ITypedList Members | System.Data Namespace