Partager via


Méthode ClockVectorElement.System.Xml.Serialization.IXmlSerializable.ReadXml

Reconstitue l'objet à partir de sa représentation XML.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Private Sub System.Xml.Serialization.IXmlSerializable.ReadXml ( _
    reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Utilisation
Dim instance As ClockVectorElement
Dim reader As XmlReader

CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml (
    XmlReader reader
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.ReadXml (
    XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
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

  • reader
    Flux de données de lecteur XML qui contient la représentation XML de l'objet.

Notes

Cette méthode est implémentée explicitement. Le code qui accède à cette méthode doit d'abord effectuer un cast de l'objet ClockVectorElement en IXmlSerializable.

Voir aussi

Référence

Classe ClockVectorElement
Membres ClockVectorElement
Espace de noms Microsoft.Synchronization