Share via


FeedClockVectorElement.System.Xml.Serialization.IXmlSerializable.WriteXml Method

Converts this object into its XML representation.

Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Private Sub System.Xml.Serialization.IXmlSerializable.WriteXml ( _
    writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As FeedClockVectorElement
Dim writer As XmlWriter

CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml (
    XmlWriter writer
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.WriteXml (
    XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • writer
    The XML representation of the object will be written to this writer stream.

Remarks

This method is explicitly implemented. Code that accesses this method must first cast FeedClockVectorElement to IXmlSerializable.

See Also

Reference

FeedClockVectorElement Class
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace