LinkArea::LinkAreaConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)

 
Use BaseTrue

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 changeable properties.

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^

A type descriptor through which additional context may be provided.

propertyValues
Type: System.Collections::IDictionary^

A dictionary of new property values. The dictionary contains a series of name-value pairs, one for each property returned from GetProperties.

Return Value

Type: System::Object^

The newly created object, or null if the object could not be created. The default implementation returns null.

.NET Framework
Available since 1.1
Return to top
Show: