RectangleConverter.GetCreateInstanceSupported(ITypeDescriptorContext) Methode

Definition

Bestimmt, ob beim Ändern eines Werts für dieses Objekt ein Aufruf von CreateInstance(ITypeDescriptorContext, IDictionary) zum Erstellen eines neuen Werts erforderlich ist.

public:
 override bool GetCreateInstanceSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
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, mit dem zusätzlicher Kontext bereitgestellt werden kann.

Gibt zurück

Diese Methode gibt true zurück, wenn CreateInstance(ITypeDescriptorContext, IDictionary) beim Ändern einer oder mehrerer Eigenschaften dieses Objekts aufgerufen werden soll, andernfalls false.

Gilt für: