TestResult.m_outcome 字段

返回“outcome”。

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

语法

声明
<PersistenceElementNameAttribute("outcome")> _
Protected m_outcome As TestOutcome
[PersistenceElementNameAttribute("outcome")]
protected TestOutcome m_outcome
[PersistenceElementNameAttribute(L"outcome")]
protected:
TestOutcome m_outcome
[<PersistenceElementNameAttribute("outcome")>]
val mutable m_outcome: TestOutcome
protected var m_outcome : TestOutcome

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间