NullableConverter.GetCreateInstanceSupported(ITypeDescriptorContext) Methode

Definition

Gibt zurück, ob bei Ändern eines Werts für dieses Objekt ein Aufruf von CreateInstance(IDictionary) zum Erstellen eines neuen Werts mit dem angegebenen Kontext 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 ITypeDescriptorContext, der einen Formatierungskontext bereitstellt.

Gibt zurück

true, wenn bei Ändern einer Eigenschaft für dieses Objekt ein Aufruf von CreateInstance(IDictionary) zum Erstellen eines neuen Werts erforderlich ist, andernfalls false.

Gilt für:

Weitere Informationen