DesignTimeData.GetDataFields(IEnumerable) 方法

定义

获取指定数据源的数据字段的属性说明符集合。

public:
 static System::ComponentModel::PropertyDescriptorCollection ^ GetDataFields(System::Collections::IEnumerable ^ dataSource);
public static System.ComponentModel.PropertyDescriptorCollection GetDataFields (System.Collections.IEnumerable dataSource);
static member GetDataFields : System.Collections.IEnumerable -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetDataFields (dataSource As IEnumerable) As PropertyDescriptorCollection

参数

dataSource
IEnumerable

要从中检索数据字段的数据源。

返回

一个 PropertyDescriptorCollection 对象,它描述指定数据源的数据字段。

适用于

另请参阅