다음을 통해 공유


ITmi.ReleaseTests 메서드 (ICollection)

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

Visual Studio Test Professional의 UI에서 제공된 ID 컬렉션을 통해 지정된 테스트를 삭제합니다.

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

구문

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

매개 변수

  • tests
    형식: ICollection

    TestID 개체의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

ITmi 인터페이스

ReleaseTests 오버로드

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

TestID