다음을 통해 공유


ITestElement.TestCategories 속성

사용자 인터페이스에서 사용자에 의해 이 테스트 요소에 할당된 테스트 범주 항목의 컬렉션을 가져옵니다.

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

구문

‘선언
ReadOnly Property TestCategories As TestCategoryItemCollection
TestCategoryItemCollection TestCategories { get; }
property TestCategoryItemCollection^ TestCategories {
    TestCategoryItemCollection^ get ();
}
abstract TestCategories : TestCategoryItemCollection with get
function get TestCategories () : TestCategoryItemCollection

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestCategoryItemCollection
테스트 범주 항목의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

ITestElement 인터페이스

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

TestCategoryItem

TestCategoryItemCollection