다음을 통해 공유


RunConfiguration 생성자

TestRun을 사용하여 새 RunConfiguration 개체를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Public Sub New ( _
    testRun As TestRun _
)
public RunConfiguration(
    TestRun testRun
)
public:
RunConfiguration(
    TestRun^ testRun
)
new : 
        testRun:TestRun -> RunConfiguration
public function RunConfiguration(
    testRun : TestRun
)

매개 변수

.NET Framework 보안

참고 항목

참조

RunConfiguration 클래스

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

RunConfiguration

TestRun