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


In This Topic
ReadXml Method (InputMapAction)
In This Topic
Reads an input map action from an XML reader
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal reader As XmlReader _
) 
 
'Usage
 
Dim instance As InputMapAction
Dim reader As XmlReader
 
instance.ReadXml(reader)

Parameters

reader
where to read the xml from
See Also