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


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

Parameters

writer
writes the xml to persistant storage
See Also