次の方法で共有


ImageFormatConverter.GetStandardValues(ITypeDescriptorContext) メソッド

定義

検証コントロールのデザイン対象となるデータ型の標準値のセットが含まれたコレクションを取得します。 データ型が値の標準セットをサポートしていない場合は null を返します。

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

フォーマッタ コンテキスト。 このオブジェクトを使用して、このコンバーターを呼び出している環境についての追加情報を取得できます。 この値は null になる場合があるため、常に確認してください。 また、コンテキスト オブジェクト上のプロパティも null を返す場合があります。

戻り値

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

適用対象