ImageKeyConverter.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

注解

如果未找到图像列表,并且 ImageKeyConverter 支持 null 作为标准值,则 GetStandardValues 方法将返回包含单个空字符串的集合。 如果未找到图像列表,并且 null 不支持作为标准值, GetStandardValues 则返回空集合。

适用于