Share via


ActivityBindTypeConverter.GetStandardValues(ITypeDescriptorContext) 메서드

정의

지정된 컨텍스트를 사용하여 ActivityBind 데이터 형식의 표준 값 컬렉션을 반환합니다.

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

유효한 표준 값 집합을 포함하는 TypeConverter.StandardValuesCollection 또는 데이터 형식이 표준 값 집합을 지원하지 않는 경우 null 참조(Visual Basic의 경우 Nothing)입니다.

설명

context는 이 변환기가 호출되는 환경에 대한 추가 정보를 추출하는 데 사용할 수 있습니다. context 또는를 통해 사용할 수 있는 속성은 null 참조일 수 있습니다 (Nothing).

적용 대상