TestResultMessage.m_testType Field

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
<PersistenceElementNameAttribute("testType")> _
Protected m_testType As TestType
'使用
Dim value As TestType

value = Me.m_testType

Me.m_testType = value
[PersistenceElementNameAttribute("testType")]
protected TestType m_testType
[PersistenceElementNameAttribute(L"testType")]
protected:
TestType^ m_testType
protected var m_testType : TestType

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType

Permissions

See Also

Reference

TestResultMessage Class

TestResultMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace