Share via


TestResult.m_errorInfo Field

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

Syntax

'Declaration
<PersistenceElementNameAttribute("errorInfo")> _
Protected m_errorInfo As TestResultErrorInfo
'Usage
Dim value As TestResultErrorInfo 

value = Me.m_errorInfo 

Me.m_errorInfo = value
[PersistenceElementNameAttribute("errorInfo")]
protected TestResultErrorInfo m_errorInfo
[PersistenceElementNameAttribute(L"errorInfo")]
protected:
TestResultErrorInfo^ m_errorInfo
protected var m_errorInfo : TestResultErrorInfo

.NET Framework Security

See Also

Reference

TestResult Class

TestResult Members

Microsoft.VisualStudio.TestTools.Common Namespace