'宣言 Public Overloads Overrides Function GetStandardValues( _ ByVal context As ITypeDescriptorContext _ ) As TypeConverter.StandardValuesCollection
public override TypeConverter.StandardValuesCollection GetStandardValues( ITypeDescriptorContext context )
パラメータ
- context
- 書式コンテキストを提供するSystem.ComponentModel.ITypeDescriptorContext。これを使用すると、このコンバーターが呼び出される環境についての追加情報を抽出できます。 このパラメーターまたはこのパラメーターのプロパティとして null を指定することができます。
戻り値の型
正しい値の標準セットを保持するSystem.ComponentModel.TypeConverter.StandardValuesCollection。データ型が標準値セットをサポートしていない場合は null。