TileView for WPF and Silverlight
CreateInstance(IDictionary) Method


Syntax
'Declaration
 
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Function CreateInstance( _
   ByVal propertyValues As System.Collections.IDictionary _
) As System.Object
'Usage
 
Dim instance As StringToObjectConverter
Dim propertyValues As System.Collections.IDictionary
Dim value As System.Object
 
value = instance.CreateInstance(propertyValues)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public System.object CreateInstance( 
   System.Collections.IDictionary propertyValues
)

Parameters

propertyValues
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StringToObjectConverter Class
StringToObjectConverter Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.