ReadXml()

IXmlSerializable::ReadXml(System::SharedPtr<System::Xml::XmlReader>) method

Deserializes object from its XML representation.

virtual void System::Xml::Serialization::IXmlSerializable::ReadXml(System::SharedPtr<System::Xml::XmlReader> reader)=0

Arguments

ParameterTypeDescription
readerSystem::SharedPtr<System::Xml::XmlReader>The stream from which the object’s XML representation is read.

See Also