RectangleConverter.CreateInstance(ITypeDescriptorContext, IDictionary) メソッド

定義

オブジェクトのプロパティ値が設定された、この型のインスタンスを作成します。 これは、変更可能なプロパティを提供する必要のある不変のオブジェクトには便利です。

public:
 override System::Object ^ CreateInstance(System::ComponentModel::ITypeDescriptorContext ^ context, System::Collections::IDictionary ^ propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues);
public override object CreateInstance (System.ComponentModel.ITypeDescriptorContext? context, System.Collections.IDictionary propertyValues);
override this.CreateInstance : System.ComponentModel.ITypeDescriptorContext * System.Collections.IDictionary -> obj
Public Overrides Function CreateInstance (context As ITypeDescriptorContext, propertyValues As IDictionary) As Object

パラメーター

context
ITypeDescriptorContext

追加のコンテキストを指定できる場合に使用する ITypeDescriptorContext

propertyValues
IDictionary

新しいプロパティ値のディクショナリ。 このディクショナリは、GetProperties(ITypeDescriptorContext, Object, Attribute[]) メソッドの呼び出しで返された各プロパティに 1 つずつある、名前と値の一連の組み合わせを格納しています。

戻り値

新しく作成したオブジェクト。オブジェクトを作成できなかった場合は null。 既定の実装では、null が返されます。

適用対象