バージョン

GetStandardValuesSupported(ITypeDescriptorContext) メソッド

オーバーライドされます。型コンバーターが標準値のリストを返すことができることを示す場合はTrueを返します。
シンタックス
'宣言
 
Public Overloads Overrides Function GetStandardValuesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesSupported( 
   ITypeDescriptorContext context
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext

戻り値の型

オブジェクトがサポートする値の一般的なセットを見つけるために System.ComponentModel.TypeConverter.GetStandardValues が呼び出される必要がある場合は True。そうでない場合はFalse。
参照