'Declaration Public Overloads Overrides Function CreateInstance( _
ByVal contextAn System.ComponentModel.ITypeDescriptorContext that provides a format context.As System.ComponentModel.ITypeDescriptorContext, _
ByVal propertyValuesAn System.Collections.IDictionary of new property values.As System.Collections.IDictionary _
) As System.Object
public override System.Object CreateInstance(
System.ComponentModel.ITypeDescriptorContext context,
System.Collections.IDictionary propertyValues
)
public: System.Object CreateInstance(
System.ComponentModel.ITypeDescriptorContext* context,
System.Collections.IDictionary* propertyValues
); override
public:
System.Object CreateInstance(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Collections.IDictionary^ propertyValues
); override
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- propertyValues
- An System.Collections.IDictionary of new property values.
Return Value
An System.Object representing the given System.Collections.IDictionary, or null if the object cannot be created.