Creates an instance of a SizeD with the specified property values using the specified context.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
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 |
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.