다음을 통해 공유


ITestAggregation.Elements 속성

파생 클래스에서 구현되는 경우 이 집계로 집계되는 테스트 요소를 식별하는 ID의 배열을 가져옵니다.

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

구문

‘선언
ReadOnly Property Elements As TestId()
TestId[] Elements { get; }
property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
abstract Elements : TestId[] with get
function get Elements () : TestId[]

속성 값

형식: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
테스트 ID의 배열입니다.

.NET Framework 보안

참고 항목

참조

ITestAggregation 인터페이스

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