TestResult.Outcome, propriété
Obtient ou définit un objet avec des détails sur le résultat du test associé.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")> _
Public Property Outcome As TestOutcome
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
public TestOutcome Outcome { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
public:
property TestOutcome Outcome {
TestOutcome get ();
void set (TestOutcome value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")>]
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
Détails sur le résultat du test associé.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.