Bagikan melalui


SizeConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Metode

Definisi

Membuat objek jenis ini dengan menggunakan sekumpulan nilai properti tertentu untuk objek tersebut. Ini berguna untuk membuat objek yang tidak dapat diubah yang memiliki properti yang dapat diubah.

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

Parameter

context
ITypeDescriptorContext

melalui TypeDescriptor mana konteks tambahan dapat disediakan.

propertyValues
IDictionary

Kamus nilai properti baru. Kamus berisi serangkaian pasangan nama-nilai, satu untuk setiap properti yang GetProperties(ITypeDescriptorContext, Object, Attribute[]) dikembalikan dari metode .

Mengembalikan

Objek yang baru dibuat, atau null jika objek tidak dapat dibuat. Implementasi default mengembalikan null.

Berlaku untuk