Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable, but still want to provide changable properties.
[Visual Basic] Overrides Public Function CreateInstance( _ ByVal context As ITypeDescriptorContext, _ ByVal propertyValues As IDictionary _ ) As Object [C#] public override object CreateInstance( ITypeDescriptorContext context, IDictionary propertyValues ); [C++] public: override Object* CreateInstance( ITypeDescriptorContext* context, IDictionary* propertyValues ); [JScript] public override function CreateInstance( context : ITypeDescriptorContext, propertyValues : IDictionary ) : Object;
The newly created object, or null if the object could not be created. The default implementation returns null.
EdgeConverter Class | EdgeConverter Members | System.WinForms Namespace