WriteXml Method
WriteXml(XmlWriter)
Saves the field into an System.Xml.XmlWriter.
Declaration
public virtual void WriteXml(XmlWriter xw)
Public Overridable Sub WriteXml(xw As XmlWriter)
Parameters
| Type |
Name |
Description |
| XmlWriter |
xw |
System.Xml.XmlWriter where the field will be saved.
|