TestResult.m_outcome (Campo)
Devuelve "outcome".
Espacio de nombres: Microsoft.VisualStudio.TestTools.Common
Ensamblado: Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxis
'Declaración
<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
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)