Attachmate Reflection 2014 .NET API Reference
WriteXml Method (Hotspot)


writes the xml to persistant storage
Writes out a list to xml format.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal writer As XmlWriter _
) 
'Usage
 
Dim instance As Hotspot
Dim writer As XmlWriter
 
instance.WriteXml(writer)
public void WriteXml( 
   XmlWriter writer
)

Parameters

writer
writes the xml to persistant storage
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

Hotspot Class
Hotspot Members

Send Feedback