다음을 통해 공유


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
)

매개 변수

  • defaultConfiguration
    형식: XmlElement
  • configuration
    형식: XmlElement
  • isEnabled
    형식: Boolean

.NET Framework 보안

참고 항목

참조

DataCollectorSettings 클래스

Microsoft.VisualStudio.TestTools.Execution 네임스페이스