DataSourceConverter.GetStandardValues(ITypeDescriptorContext) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤에 액세스할 수 있는 표준 데이터 소스를 가져옵니다.
public:
override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection
매개 변수
- context
- ITypeDescriptorContext
값을 가져올 구성 요소나 컨트롤을 나타내는 ITypeDescriptorContext입니다.
반환
표준 액세스 가능 데이터 소스를 나열하는 TypeConverter.StandardValuesCollection을 반환합니다.
설명
구성 요소에 액세스할 수 있는 데이터 원본은 디자이너에서 구성 요소 목록을 검색하고, 메서드를 사용하여 각 구성 요소를 IsValidDataSource 테스트한 다음, 유효한 데이터 원본인 구성 요소를 반환하여 결정됩니다.