Share via


CollectorNameValueConfigurationReader Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Utility class for collectors to read name/value configuration information from the XML element sent to them.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Class CollectorNameValueConfigurationReader
'Usage
Dim instance As CollectorNameValueConfigurationReader
public class CollectorNameValueConfigurationReader
public ref class CollectorNameValueConfigurationReader
public class CollectorNameValueConfigurationReader
type CollectorNameValueConfigurationReader =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.Execution.CollectorNameValueConfigurationReader

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CollectorNameValueConfigurationReader Members

Microsoft.VisualStudio.TestTools.Execution Namespace