SerializableConfigurationSection.ReadXml Method

Updates the configuration section with the values from an XmlReader.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public void ReadXml(
    XmlReader reader
)
'Declaration
Public Sub ReadXml ( 
    reader As XmlReader
)
public:
virtual void ReadXml(
    XmlReader^ reader
) sealed

Parameters

  • reader
    Type: System.Xml.XmlReader
    The XmlReader that reads the configuration source located at the element that describes the configuration section.

Implements

IXmlSerializable.ReadXml(XmlReader)

See Also

SerializableConfigurationSection Class

SerializableConfigurationSection Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace