LinkArea.LinkAreaConverter.GetCreateInstanceSupported Method

Definition

Determines if changing a value on this object should require a call to CreateInstance(ITypeDescriptorContext, IDictionary) to create a new value.

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

Parameters

context
ITypeDescriptorContext

A type descriptor through which additional context may be provided.

Returns

Returns true if CreateInstance(ITypeDescriptorContext, IDictionary) should be called when a change is made to one or more properties of this object.

Applies to