Creates an instance of a
SizeD with the specified property values using the specified context.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Overrides Function CreateInstance ( _
context As ITypeDescriptorContext, _
propertyValues As IDictionary _
) As Object |
C# |
---|
public override Object CreateInstance(
ITypeDescriptorContext context,
IDictionary propertyValues
) |
Visual C++ |
---|
public:
virtual Object^ CreateInstance(
ITypeDescriptorContext^ context,
IDictionary^ propertyValues
) override |
JavaScript |
---|
function createInstance(context, propertyValues); |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext through which additional context can be supplied.
- propertyValues
- Type: System.Collections..::..IDictionary
An IDictionary containing property names and values.
Return Value
An
Object representing the new
SizeD, or null if the object cannot be created.
See Also