JAMS Developer Guide
PreferencesFromDict Method


Genghis Namespace > Preferences Class : PreferencesFromDict Method
The root of the new Preferences
The path to this dictionary
Create a new Preferences and sets the root dictionary to the one passed.
Syntax
'Declaration
 
Protected MustOverride Function PreferencesFromDict( _
   ByVal dict As System.Collections.IDictionary, _
   ByVal path As System.String _
) As Preferences
'Usage
 
Dim instance As Preferences
Dim dict As System.Collections.IDictionary
Dim path As System.String
Dim value As Preferences
 
value = instance.PreferencesFromDict(dict, path)
protected abstract Preferences PreferencesFromDict( 
   System.Collections.IDictionary dict,
   System.string path
)

Parameters

dict
The root of the new Preferences
path
The path to this dictionary
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