KeysConverter.GetStandardValues(ITypeDescriptorContext) 方法

定义

如果提供格式上下文,则返回适用于此类型转换器的数据类型的标准值集合。

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
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,可用于提取转换器的调用环境的其他信息。 此参数或其属性可以为 null

返回

包含标准有效值集的 TypeConverter.StandardValuesCollection;如果数据类型不支持标准值集,则为空。

注解

返回的集合包含可转换的键的值。

适用于

另请参阅