バージョン

CreateInstance(ITypeDescriptorContext,IDictionary) メソッド

指定したコンテキストとオブジェクトのプロパティ値のセットを使用して、この System.ComponentModel.TypeConverter と関連する型のインスタンスを作成します。
シンタックス
'宣言
 
Public Overloads Overrides Function CreateInstance( _
   ByVal context As ITypeDescriptorContext, _
   ByVal propertyValues As IDictionary _
) As Object
public override object CreateInstance( 
   ITypeDescriptorContext context,
   IDictionary propertyValues
)

パラメータ

context
書式コンテキストを提供する System.ComponentModel.ITypeDescriptorContext
propertyValues
新しいプロパティ値の System.Collections.IDictionary

戻り値の型

特定の System.Collections.IDictionary を表す System.Object。オブジェクトが作成できない場合は null 値です。このプロパティは常にnullを返します。
参照