NullableBoolConverter.GetStandardValues(ITypeDescriptorContext) 方法

定义

返回适用于此类型转换器的数据类型的标准值集合。

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

提供有关组件的上下文信息,如其容器和属性描述符。

返回

TypeConverter.StandardValuesCollection

一个集合,它包含标准有效值集。 对于此实现,这些值包括 truefalsenull

注解

此转换器不使用该 context 转换器,可以是 null

适用于