Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ListBindingConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)

 

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.

Namespace:   System.Windows.Forms
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
Return to top
Show:
© 2017 Microsoft