DesignTimeData.GetDataFields(IEnumerable) Method

Definition

Gets a collection of property descriptors for the data fields of the specified data source.

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

Parameters

dataSource
IEnumerable

The data source from which to retrieve the data fields.

Returns

A PropertyDescriptorCollection object that describes the data fields of the specified data source.

Applies to

See also