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


In This Topic
    WriteXml Method (InputMapAction)
    In This Topic
    Writes an input map action out to an XML writer
    Syntax
    'Declaration
     
    
    Public Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    'Usage
     
    
    Dim instance As InputMapAction
    Dim writer As XmlWriter
     
    instance.WriteXml(writer)
    public void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    writes the xml to persistant storage
    See Also