RectangleConverter.GetCreateInstanceSupported(ITypeDescriptorContext) Methode

Definition

Bestimmt, ob das Ändern eines Werts für dieses Objekt einen Aufruf zum CreateInstance(ITypeDescriptorContext, IDictionary) Erstellen eines neuen Werts erfordern soll.

public:
 override bool GetCreateInstanceSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context);
override this.GetCreateInstanceSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetCreateInstanceSupported (context As ITypeDescriptorContext) As Boolean

Parameter

context
ITypeDescriptorContext

Ein Typdeskriptor, über den zusätzlicher Kontext bereitgestellt werden kann.

Gibt zurück

Diese Methode gibt zurück true , wenn CreateInstance(ITypeDescriptorContext, IDictionary) eine Änderung an einer oder mehreren Eigenschaften dieses Objekts aufgerufen werden soll; andernfalls false.

Gilt für: