DesignTimeData.GetDataFields(IEnumerable) 메서드

정의

지정된 데이터 소스의 데이터 필드에 대한 속성 설명자 컬렉션을 가져옵니다.

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 개체입니다.

적용 대상

추가 정보