WriteXml Method (Hotspot)
In This Topic
Writes out a list to xml format.
Syntax
'Declaration
Public Sub WriteXml( _
ByVal As XmlWriter _
)
'Usage
Dim instance As Hotspot
Dim writer As XmlWriter
instance.WriteXml(writer)
public void WriteXml(
XmlWriter
)
Parameters
- writer
- writes the xml to persistant storage
See Also