DesignTimeData.GetDataMember(IListSource, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 데이터 소스에서 지정된 데이터 멤버를 가져옵니다.
public:
static System::Collections::IEnumerable ^ GetDataMember(System::ComponentModel::IListSource ^ dataSource, System::String ^ dataMember);
public static System.Collections.IEnumerable GetDataMember (System.ComponentModel.IListSource dataSource, string dataMember);
static member GetDataMember : System.ComponentModel.IListSource * string -> System.Collections.IEnumerable
Public Shared Function GetDataMember (dataSource As IListSource, dataMember As String) As IEnumerable
매개 변수
- dataSource
- IListSource
멤버를 찾을 데이터가 들어 있는 IListSource입니다.
- dataMember
- String
검색할 데이터 멤버의 이름입니다.
반환
지정된 데이터 소스의 특정 데이터 멤버(있는 경우)가 들어 있고 IEnumerable을 구현하는 개체입니다.
예외
설명
이 메서드는 지정된 데이터 원본에서 지정된 데이터 멤버를 검색합니다. 가 이null
면 dataMember
지정된 데이터 원본의 첫 번째 데이터 멤버가 반환됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET