CollectorNameValueConfigurationReader Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Loads the configuration name/value information from the XML element that is provided into a dictionary.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public Sub New ( _
configurationElement As XmlElement _
)
'Usage
Dim configurationElement As XmlElement
Dim instance As New CollectorNameValueConfigurationReader(configurationElement)
public CollectorNameValueConfigurationReader(
XmlElement configurationElement
)
public:
CollectorNameValueConfigurationReader(
XmlElement^ configurationElement
)
public function CollectorNameValueConfigurationReader(
configurationElement : XmlElement
)
new :
configurationElement:XmlElement -> CollectorNameValueConfigurationReader
Parameters
- configurationElement
Type: System.Xml.XmlElement
XML element that contains the configuration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CollectorNameValueConfigurationReader Class