Metodo TestOutcomeHelper.GetAggregationOutcome
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Restituisce il risultato del test che rappresenta il valore numerico più basso per il risultato di ogni risultato del test nella matrice specificata.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Shared Function GetAggregationOutcome ( _
results As TestResult() _
) As TestOutcome
public static TestOutcome GetAggregationOutcome(
TestResult[] results
)
public:
static TestOutcome GetAggregationOutcome(
array<TestResult^>^ results
)
static member GetAggregationOutcome :
results:TestResult[] -> TestOutcome
public static function GetAggregationOutcome(
results : TestResult[]
) : TestOutcome
Parametri
results
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]Matrice di oggetti TestResult.
Valore restituito
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Risultato del test che rappresenta il valore numerico più basso per il risultato di ogni risultato del test nella matrice specificata.
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.