Dundas Chart for Windows Forms
CreateInstance(IDictionary) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > DoubleDateNanValueConverter Class > CreateInstance Method : CreateInstance(IDictionary) Method


propertyValues
An IDictionary that represents a dictionary of new property values.
Re-creates an Object given a set of property values for the object.

Syntax

Visual Basic (Declaration)  
Public Overloads Function CreateInstance( _
   ByVal propertyValues As IDictionary _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As DoubleDateNanValueConverter
Dim propertyValues As IDictionary
Dim value As Object
 
value = instance.CreateInstance(propertyValues)
C#  
public object CreateInstance( 
   IDictionary propertyValues
)

Parameters

propertyValues
An IDictionary that represents a dictionary of new property values.

Return Value

An Object representing the given IDictionary, or null if the object cannot be created. This method always returns null.

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

© 2009 All Rights Reserved.