1、IListSource:向对象提供返回可以绑定到数据源列表的功能。
2、ITypeList 提供发现可绑定列表架构的功能。往往用于分析DataViewManger集合,得到PropertyDescriporCollection集合。
最后通过object PropertyDescriptor.GetValue(Object component)
//component具有为其检索值的属性的组件。






























































































































1、IListSource:向对象提供返回可以绑定到数据源列表的功能。
2、ITypeList 提供发现可绑定列表架构的功能。往往用于分析DataViewManger集合,得到PropertyDescriporCollection集合。
最后通过object PropertyDescriptor.GetValue(Object component)
//component具有为其检索值的属性的组件。