TestResultMessage.m_testType 字段

返回 TestType 属性的值。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
<PersistenceElementNameAttribute("testType")> _
Protected m_testType As TestType
[PersistenceElementNameAttribute("testType")]
protected TestType m_testType
[PersistenceElementNameAttribute(L"testType")]
protected:
TestType^ m_testType
[<PersistenceElementNameAttribute("testType")>]
val mutable m_testType: TestType
protected var m_testType : TestType

.NET Framework 安全性

请参见

参考

TestResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestType