Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / InputMapActionSequence Class / ReadXml Method
where to read the xml from


In This Topic
ReadXml Method (InputMapActionSequence)
In This Topic
Reads in an input map action sequence from an xml file
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
 
'Usage
 
Dim instance As InputMapActionSequence
Dim reader As XmlReader
 
instance.ReadXml(reader)

Parameters

reader
where to read the xml from
See Also