In This Topic
Converts an object into its XML representation.
Syntax
'Declaration
Public Sub WriteXml( _
ByVal As XmlWriter _
)
'Usage
Dim instance As Wall
Dim writer As XmlWriter
instance.WriteXml(writer)
public void WriteXml(
XmlWriter
)
Parameters
- writer
See Also