FontUnitConverter.GetStandardValues(ITypeDescriptorContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定格式上下文返回 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 的标准值的 FontUnit。
注解
使用 GetStandardValues 方法来检索包含的 System.ComponentModel.TypeConverter.StandardValuesCollection 标准值的 FontUnit 。 此集合包含类中的所有字段 FontUnit 。