PaddingConverter.CreateInstance(ITypeDescriptorContext, IDictionary) Method

Definition

Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.

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

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

propertyValues
IDictionary

An IDictionary of new property values.

Returns

An Object representing the given IDictionary, or null if the object cannot be created. This method always returns null.

Applies to