JAMS 6.x Help
DictToPreferences Method


Syntax
'Declaration
 
Protected Overridable Function DictToPreferences( _
   ByVal dict As System.Collections.IDictionary _
) As Preferences
'Usage
 
Dim instance As Preferences
Dim dict As System.Collections.IDictionary
Dim value As Preferences
 
value = instance.DictToPreferences(dict)
protected virtual Preferences DictToPreferences( 
   System.Collections.IDictionary dict
)

Parameters

dict
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

Preferences Class
Preferences Members

Send Feedback