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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.