The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestExecutionSection::DeserializeElement Method (XmlReader^, Boolean)
Reads the app.config file and populates the properties of this object by using values from the test execution section of the file.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
protected: virtual void DeserializeElement( XmlReader^ reader, bool serializeCollectionKey ) override
Parameters
- reader
-
Type:
System.Xml::XmlReader^
An XmlReader object.
- serializeCollectionKey
-
Type:
System::Boolean
true to deserialize only the key property values; otherwise, false.
Show: