DesignTimeData.GetDataFields Method (IEnumerable)
.NET Framework (current version)
Gets a collection of property descriptors for the data fields of the specified data source.
Assembly: System.Design (in System.Design.dll)
Public Shared Function GetDataFields ( dataSource As IEnumerable ) As PropertyDescriptorCollection
Parameters
- dataSource
-
Type:
System.Collections.IEnumerable
The data source from which to retrieve the data fields.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollectionA PropertyDescriptorCollection object that describes the data fields of the specified data source.
.NET Framework
Available since 1.1
Available since 1.1
Show: