DynamicType.ReadXml - Méthode
Lit un document XML de type dynamique.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub ReadXml ( _
reader As XmlReader _
)
'Utilisation
Dim instance As DynamicType
Dim reader As XmlReader
instance.ReadXml(reader)
public void ReadXml(
XmlReader reader
)
Paramètres
reader
Type : System.Xml.XmlReaderLe lecteur XML.
Implémentations
IXmlSerializable.ReadXml(XmlReader)