Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CreateInstance(ITypeDescriptorContext,IDictionary) Method
See Also 
Dundas.Charting.WebControl Namespace > CommandUI.Converter Class > CreateInstance Method : CreateInstance(ITypeDescriptorContext,IDictionary) Method


context
An ITypeDescriptorContext that provides a format context
propertyValues
An IDictionary of new property values
Creates an instance of the Type that this TypeConverter is associated with, using the specified context, given a set of property values for the object

Syntax

Visual Basic (Declaration)  
Public Overloads Overrides Function CreateInstance( _
   ByVal context As ITypeDescriptorContext, _
   ByVal propertyValues As IDictionary _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As CommandUI.Converter
Dim context As ITypeDescriptorContext
Dim propertyValues As IDictionary
Dim value As Object
 
value = instance.CreateInstance(context, propertyValues)
C#  
public override object CreateInstance( 
   ITypeDescriptorContext context,
   IDictionary propertyValues
)

Parameters

context
An ITypeDescriptorContext that provides a format context
propertyValues
An IDictionary of new property values

Return Value

An Object representing the given IDictionary, or a null reference if the object cannot be created

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also