DataCollectorSettings Constructor

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

Syntax

'Declaration
Public Sub New ( _
    defaultConfiguration As XmlElement, _
    configuration As XmlElement, _
    isEnabled As Boolean, _
    roleContext As RoleContext _
)
public DataCollectorSettings(
    XmlElement defaultConfiguration,
    XmlElement configuration,
    bool isEnabled,
    RoleContext roleContext
)
public:
DataCollectorSettings(
    XmlElement^ defaultConfiguration, 
    XmlElement^ configuration, 
    bool isEnabled, 
    RoleContext^ roleContext
)
new : 
        defaultConfiguration:XmlElement * 
        configuration:XmlElement * 
        isEnabled:bool * 
        roleContext:RoleContext -> DataCollectorSettings
public function DataCollectorSettings(
    defaultConfiguration : XmlElement, 
    configuration : XmlElement, 
    isEnabled : boolean, 
    roleContext : RoleContext
)

Parameters

.NET Framework Security

See Also

Reference

DataCollectorSettings Class

Microsoft.VisualStudio.TestTools.Execution Namespace