TestResult.m_errorInfo 字段

返回“errorInfo”。

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

语法

声明
<PersistenceElementNameAttribute("errorInfo")> _
Protected m_errorInfo As TestResultErrorInfo
[PersistenceElementNameAttribute("errorInfo")]
protected TestResultErrorInfo m_errorInfo
[PersistenceElementNameAttribute(L"errorInfo")]
protected:
TestResultErrorInfo^ m_errorInfo
[<PersistenceElementNameAttribute("errorInfo")>]
val mutable m_errorInfo: TestResultErrorInfo
protected var m_errorInfo : TestResultErrorInfo

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间