Aracılığıyla paylaş


FontConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Yöntem

Tanım

Nesne için belirtilen özellik değerleri kümesini kullanarak bu tür bir nesne oluşturur.

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

Ek bağlam sağlanabilen bir tür tanımlayıcısı.

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 içerir.

Döndürülenler

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

CreateInstance(ITypeDescriptorContext, IDictionary) değiştirilebilir özelliklere sahip değiştirilemez nesneler oluşturmak için kullanışlıdır.

Şunlara uygulanır