FontUnitConverter.GetStandardValues(ITypeDescriptorContext) 方法

定义

使用指定格式上下文返回 TypeConverter.StandardValuesCollection,它包含 FontUnit 的标准值。

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 的标准值的 FontUnit

注解

使用 GetStandardValues 方法来检索包含的 System.ComponentModel.TypeConverter.StandardValuesCollection 标准值的 FontUnit 。 此集合包含类中的所有字段 FontUnit

适用于

另请参阅