ConfigurationElementInterceptor.DeserializeElement(XmlReader, Boolean) Method

Definition

Reads XML from the configuration file.

protected:
 override void DeserializeElement(System::Xml::XmlReader ^ reader, bool serializeCollectionKey);
protected override void DeserializeElement (System.Xml.XmlReader reader, bool serializeCollectionKey);
override this.DeserializeElement : System.Xml.XmlReader * bool -> unit
Protected Overrides Sub DeserializeElement (reader As XmlReader, serializeCollectionKey As Boolean)

Parameters

reader
XmlReader

The XmlReader that reads from the configuration file.

serializeCollectionKey
Boolean

true to serialize only the collection key properties; otherwise, false.

Applies to