Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / InputMapActionSequence Class / WriteXml Method
writes the xml to persistant storage


In This Topic
WriteXml Method (InputMapActionSequence)
In This Topic
Writes out an input map action sequence to xml format
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
 
'Usage
 
Dim instance As InputMapActionSequence
Dim writer As XmlWriter
 
instance.WriteXml(writer)

Parameters

writer
writes the xml to persistant storage
See Also