Load Method
Load method is called by the Framework when load happens.
Syntax
'Declaration Sub Load( _ ByVal appData As Dictionary(Of String,Byte()) _ )
'Usage Dim instance As IEditorConfig Dim appData As Dictionary(Of String,Byte()) instance.Load(appData)
void Load( Dictionary<string,byte[]> appData )
void Load( Dictionary<String^,array<byte>>^ appData )
Parameters
- appData
- It returns the dictionary which was saved in the database
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