FeedClockVectorElement::IXmlSerializable::WriteXml Method
Converts this object into its XML representation.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
private: virtual void WriteXml( XmlWriter^ writer ) sealed = IXmlSerializable::WriteXml
Parameters
- writer
- Type: System.Xml::XmlWriter
The XML representation of the object will be written to this writer stream.
Implements
IXmlSerializable::WriteXml(XmlWriter)| Exception | Condition |
|---|---|
| ArgumentNullException | writer is a nullptr. |
This method is explicitly implemented. Code that accesses this method must first cast FeedClockVectorElement to IXmlSerializable.
Show: