CommonLocalizableEnumConverter.GetStandardValues 方法

定义

返回属性网格中列表框的值列表。 如果定义了 ICommonDynamicVisible 接口,则调用该接口以获取操作的值数组。 如果没有,我们只是返回值列表。

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

参数

返回

适用于