다음을 통해 공유


ITmi.UpdateTests 메서드

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

제공된 테스트 컬렉션을 사용하여 Visual Studio Test Professional의 UI에 있는 해당 테스트를 업데이트합니다.

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

구문

‘선언
Sub UpdateTests ( _
    tests As ICollection _
)
void UpdateTests(
    ICollection tests
)
void UpdateTests(
    ICollection^ tests
)
abstract UpdateTests : 
        tests:ICollection -> unit
function UpdateTests(
    tests : ICollection
)

매개 변수

  • tests
    형식: ICollection

    TestElement 개체의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

ITmi 인터페이스

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

TestElement