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 含まれています。

適用対象

こちらもご覧ください