다음을 통해 공유


ITmi.GetTestRunConfiguration 메서드

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

지정된 ID를 가진 Visual Studio Test Professional의 UI에 로드된 테스트 실행 구성을 반환합니다.

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

구문

‘선언
Function GetTestRunConfiguration ( _
    id As TestRunConfigurationId _
) As TestRunConfiguration
TestRunConfiguration GetTestRunConfiguration(
    TestRunConfigurationId id
)
TestRunConfiguration^ GetTestRunConfiguration(
    TestRunConfigurationId^ id
)
abstract GetTestRunConfiguration : 
        id:TestRunConfigurationId -> TestRunConfiguration
function GetTestRunConfiguration(
    id : TestRunConfigurationId
) : TestRunConfiguration

매개 변수

반환 값

형식: Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
테스트 실행 구성입니다.

.NET Framework 보안

참고 항목

참조

ITmi 인터페이스

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

TestRunConfigurationId

TestRunConfiguration