다음을 통해 공유


TestResultMessage.TestType 속성

관련된 테스트의 형식을 가져오거나 설정합니다.

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

구문

‘선언
<VisiblePropertyAttribute> _
<GroupingPropertyAttribute> _
Public Property TestType As TestType
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public TestType TestType { get; set; }
[VisiblePropertyAttribute]
[GroupingPropertyAttribute]
public:
property TestType^ TestType {
    TestType^ get ();
    void set (TestType^ value);
}
[<VisiblePropertyAttribute>]
[<GroupingPropertyAttribute>]
member TestType : TestType with get, set
function get TestType () : TestType 
function set TestType (value : TestType)

속성 값

형식: Microsoft.VisualStudio.TestTools.Common.TestType
관련된 테스트의 형식입니다.

.NET Framework 보안

참고 항목

참조

TestResultMessage 클래스

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

TestType