Share via


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,包含 FontUnit 的標準值。

備註

GetStandardValues使用 方法來擷取 , System.ComponentModel.TypeConverter.StandardValuesCollection 其中包含 的標準值 FontUnit 。 此集合包含 類別中的所有 FontUnit 欄位。

適用於

另請參閱