Partager via


DataCollectorSettings, constructeur

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

DataCollectorSettings Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms