FontConverter.FontNameConverter.GetStandardValues メソッド

定義

このコンバーターがデザインされた対象のデータ型の標準値のセットを含むコレクションを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
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。 この値は null になる場合があるため、常に確認してください。 また、コンテキスト オブジェクトのプロパティも null を返す場合があります。

戻り値

有効値の標準セットが格納されているコレクション、または null。 既定値は、null です。

適用対象