Поделиться через


DataCollectorSettings - конструктор

Пространство имен:  Microsoft.VisualStudio.TestTools.Execution
Сборка:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Синтаксис

'Декларация
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
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

DataCollectorSettings Класс

Microsoft.VisualStudio.TestTools.Execution - пространство имен