Partager via


TestStepMarkerAction.Outcome, propriété

Obtient ou définit le résultat d'étape du marqueur.

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

Syntaxe

'Déclaration
Public Property Outcome As String
    Get
    Set
public string Outcome { get; set; }
public:
property String^ Outcome {
    String^ get ();
    void set (String^ value);
}
member Outcome : string with get, set
function get Outcome () : String
function set Outcome (value : String)

Valeur de propriété

Type : System.String
Résultat.

Notes

La définition de cette propriété déclenche l'événement PropertyChanged.

Sécurité .NET Framework

Voir aussi

Référence

TestStepMarkerAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

PropertyChanged