ListBindingConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)
.NET Framework (current version)
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.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual Object^ CreateInstance( ITypeDescriptorContext^ context, IDictionary^ propertyValues ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- propertyValues
-
Type:
System.Collections::IDictionary^
An IDictionary of new property values.
Return Value
Type: System::Object^An Object representing the given IDictionary, or null if the object cannot be created. This method always returns null.
.NET Framework
Available since 1.1
Available since 1.1
Show: