'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