TestExecutionSection.DeserializeElement(XmlReader, Boolean) Method

Definition

Reads the app.config file and populates the properties of this object by using values from the test execution section of the 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

An XmlReader object.

serializeCollectionKey
Boolean

true to deserialize only the key property values; otherwise, false.

Applies to