RectangleConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Methode

Definition

Erstellt eine Instanz dieses Typs, wenn eine Gruppe von Eigenschaftswerten für das Objekt vorhanden ist. Dies bietet sich für unveränderliche Objekte an, deren Eigenschaften jedoch veränderlich sein sollen.

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

Ein ITypeDescriptorContext, mit dem zusätzlicher Kontext bereitgestellt werden kann.

propertyValues
IDictionary

Ein Wörterbuch mit neuen Eigenschaftswerten. Das Wörterbuch enthält für jede beim Aufruf der GetProperties(ITypeDescriptorContext, Object, Attribute[])-Methode zurückgegebene Eigenschaft jeweils ein Name-Wert-Paar.

Gibt zurück

Das neu erstellte Objekt oder null, wenn das Objekt nicht erstellt werden konnte. Die Standardimplementierung gibt null zurück.

Gilt für: