다음을 통해 공유


Tip.TestType 속성

테스트 형식을 식별하는 TestType 개체를 가져옵니다.

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

구문

‘선언
Public MustOverride ReadOnly Property TestType As TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
abstract TestType : TestType with get
abstract function get TestType () : TestType

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestType
테스트 형식을 식별하는 TestType 개체입니다.

구현

ITip.TestType

.NET Framework 보안

참고 항목

참조

Tip 클래스

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

TestType