Partager via


RunResultAndStatistics.Outcome, propriété

Obtient ou définit le résultat de la série de tests associée.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
<VisiblePropertyAttribute> _
Public Property Outcome As TestOutcome
    Get
    Set
[VisiblePropertyAttribute]
public TestOutcome Outcome { get; set; }
[VisiblePropertyAttribute]
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
[<VisiblePropertyAttribute>]
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Résultat de la série de tests associée.

Notes

La version texte localisée de cette propriété est visible dans l'interface utilisateur de Visual Studio Test Professional. Pour plus d'informations, consultez la propriété OutcomeText.

Sécurité .NET Framework

Voir aussi

Référence

RunResultAndStatistics Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestOutcome

OutcomeText