DesignTimeData.GetDataFields(IEnumerable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之資料來源所屬資料欄位的屬性描述項集合。
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 物件,描述指定之資料來源的資料欄位。