다음을 통해 공유


ITmi.GetTestListsForResults 메서드

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

각 목록에서 제공된 테스트 실행의 테스트 결과와 일치하는 테스트를 포함하는 읽기 전용 테스트 목록의 배열을 반환합니다.

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

구문

‘선언
Function GetTestListsForResults ( _
    run As TestRun _
) As ITestList()
ITestList[] GetTestListsForResults(
    TestRun run
)
array<ITestList^>^ GetTestListsForResults(
    TestRun^ run
)
abstract GetTestListsForResults : 
        run:TestRun -> ITestList[] 
function GetTestListsForResults(
    run : TestRun
) : ITestList[]

매개 변수

반환 값

형식: array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
읽기 전용 테스트 목록의 배열입니다.

.NET Framework 보안

참고 항목

참조

ITmi 인터페이스

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

ITestList

TestRun

TestResult