CursorConverter.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 を返します。

適用対象