バージョン 24.2 (最新)

CreateInstance(ITypeDescriptorContext,IDictionary) メソッド

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

パラメータ

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

戻り値の型

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

オンラインで表示: GitHub