Méthode FeedClockVectorElement.System.Xml.Serialization.IXmlSerializable.WriteXml
Convertit cet objet en sa représentation XML.
Espace de noms: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Private Sub System.Xml.Serialization.IXmlSerializable.WriteXml ( _
writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Utilisation
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.
Paramètres
- writer
La représentation XML de l'objet sera écrite dans ce flux de données d'enregistreur.
Notes
Cette méthode est implémentée explicitement. Le code qui accède à cette méthode doit d'abord effectuer un cast de FeedClockVectorElement en IXmlSerializable.
Voir aussi
Référence
Classe FeedClockVectorElement
Membres FeedClockVectorElement
Espace de noms Microsoft.Synchronization.FeedSync