Aracılığıyla paylaş


SizeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Yöntem

Tanım

Nesne için belirtilen özellik değerleri kümesini kullanarak bu tür bir nesne oluşturur. Bu, değiştirilebilir özelliklere sahip değiştirilemez nesneler oluşturmak için kullanışlıdır.

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

Parametreler

context
ITypeDescriptorContext

Aracılığıyla TypeDescriptor ek bağlam sağlanabilir.

propertyValues
IDictionary

Yeni özellik değerlerinin sözlüğü. Sözlük, yönteminden döndürülen her özellik için bir dizi ad-değer çifti GetProperties(ITypeDescriptorContext, Object, Attribute[]) içerir.

Döndürülenler

Yeni oluşturulan nesne veya null nesne oluşturulamadıysa. Varsayılan uygulama döndürür null.

Şunlara uygulanır