XElement.IXmlSerializable.WriteXml Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Converts an object into its XML representation.
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Parameters
- writer
- Type: System.Xml.XmlWriter
The XmlWriter to which this object is serialized.
Implements
IXmlSerializable.WriteXml(XmlWriter)
Show: