Propriedade RunInfo.Outcome
Obtém um membro da TestOutcome enumeração, que indica como a execução de teste foi encerrado.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public ReadOnly Property Outcome As TestOutcome
Get
public TestOutcome Outcome { get; }
public:
virtual property TestOutcome Outcome {
TestOutcome get () sealed;
}
abstract Outcome : TestOutcome
override Outcome : TestOutcome
final function get Outcome () : TestOutcome
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Um membro do TestOutcome enumeração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.