InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / KeyboardMapping Class / WriteXml Method
writes the xml to persistant storage


In This Topic
WriteXml Method (KeyboardMapping)
In This Topic
Writes out a keyboard mapping to xml format
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
 
'Usage
 
Dim instance As KeyboardMapping
Dim writer As XmlWriter
 
instance.WriteXml(writer)

Parameters

writer
writes the xml to persistant storage
See Also