DesignTimeData.GetDataFields(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.