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.
Syntax
Parameters
- context
- An ITypeDescriptorContext that provides a format context.
- propertyValues
- An IDictionary of new property values.
Return Value
An
Object representing the given
IDictionary, or null if the object cannot be created. This method always returns null.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also