DesignTimeData.GetSelectedDataSource 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자인 호스트에서 이름으로 선택된 데이터 소스를 가져옵니다. 이 데이터 소스는 지정된 구성 요소의 사이트 속성으로 표현됩니다.
오버로드
GetSelectedDataSource(IComponent, String) |
디자인 호스트에서 이름으로 선택된 데이터 소스를 가져옵니다. 이 데이터 소스는 지정된 구성 요소의 사이트 속성으로 표현되며 지정된 데이터 소스 이름으로 식별됩니다. |
GetSelectedDataSource(IComponent, String, String) |
디자인 호스트에서 이름으로 선택된 데이터 소스를 가져옵니다. 이 데이터 소스는 지정된 구성 요소의 사이트 속성으로 표현되며 지정된 데이터 소스 이름과 멤버 이름으로 식별됩니다. |
GetSelectedDataSource(IComponent, String)
디자인 호스트에서 이름으로 선택된 데이터 소스를 가져옵니다. 이 데이터 소스는 지정된 구성 요소의 사이트 속성으로 표현되며 지정된 데이터 소스 이름으로 식별됩니다.
public:
static System::Object ^ GetSelectedDataSource(System::ComponentModel::IComponent ^ component, System::String ^ dataSource);
public static object GetSelectedDataSource (System.ComponentModel.IComponent component, string dataSource);
static member GetSelectedDataSource : System.ComponentModel.IComponent * string -> obj
Public Shared Function GetSelectedDataSource (component As IComponent, dataSource As String) As Object
매개 변수
- component
- IComponent
데이터 소스가 들어 있는 IComponent 개체입니다.
- dataSource
- String
검색할 데이터 소스의 이름입니다.
반환
선택된 데이터 소스를 나타내고 IListSource 또는 IEnumerable을 구현하는 개체이거나, 데이터 소스 또는 디자이너 호스트에 액세스할 수 없으면 null
입니다.
추가 정보
적용 대상
GetSelectedDataSource(IComponent, String, String)
디자인 호스트에서 이름으로 선택된 데이터 소스를 가져옵니다. 이 데이터 소스는 지정된 구성 요소의 사이트 속성으로 표현되며 지정된 데이터 소스 이름과 멤버 이름으로 식별됩니다.
public:
static System::Collections::IEnumerable ^ GetSelectedDataSource(System::ComponentModel::IComponent ^ component, System::String ^ dataSource, System::String ^ dataMember);
public static System.Collections.IEnumerable GetSelectedDataSource (System.ComponentModel.IComponent component, string dataSource, string dataMember);
static member GetSelectedDataSource : System.ComponentModel.IComponent * string * string -> System.Collections.IEnumerable
Public Shared Function GetSelectedDataSource (component As IComponent, dataSource As String, dataMember As String) As IEnumerable
매개 변수
- component
- IComponent
데이터 소스 속성이 들어 있고 IComponent를 구현하는 개체입니다.
- dataSource
- String
가져올 데이터 소스입니다.
- dataMember
- String
가져올 데이터 멤버입니다.
반환
데이터 멤버가 들어 있고 IEnumerable을 구현하는 개체이거나, 데이터 소스, 멤버 또는 구성 요소의 사이트에 액세스할 수 없으면 null
입니다.
추가 정보
적용 대상
.NET