Proprietà TestRunTextResultMessage.Outcome
Ottiene il risultato del test.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Property Outcome As TestOutcome
public TestOutcome Outcome { get; set; }
public:
property TestOutcome Outcome {
TestOutcome get ();
void set (TestOutcome value);
}
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Risultato del test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
TestRunTextResultMessage Classe