Proprietà ITestRunStatistic.ResultOutcome
Ottiene il risultato per la statistica del test.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
ReadOnly Property ResultOutcome As TestOutcome
TestOutcome ResultOutcome { get; }
property TestOutcome ResultOutcome {
TestOutcome get ();
}
abstract ResultOutcome : TestOutcome with get
function get ResultOutcome () : TestOutcome
Valore proprietà
Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
Risultato per la statistica 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
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client