次の方法で共有


ListBindingConverter.CreateInstance メソッド

オーバーロードの一覧

このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。

[Visual Basic] Overloads Overrides Public Function CreateInstance(ITypeDescriptorContext, IDictionary) As Object

[C#] public override object CreateInstance(ITypeDescriptorContext, IDictionary);

[C++] public: Object* CreateInstance(ITypeDescriptorContext*, IDictionary*);

[JScript] public override function CreateInstance(ITypeDescriptorContext, IDictionary) : Object;

TypeConverter から継承されます。

[Visual Basic] Overloads Public Function CreateInstance(IDictionary) As Object

[C#] public object CreateInstance(IDictionary);

[C++] public: Object* CreateInstance(IDictionary*);

[JScript] public function CreateInstance(IDictionary) : Object;

参照

ListBindingConverter クラス | ListBindingConverter メンバ | System.Windows.Forms 名前空間