Sdílet prostřednictvím


TestStepMarkerAction.Outcome – vlastnost

Získá nebo nastaví výsledek kroku značku.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Property Outcome As String
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)

Hodnota vlastnosti

Typ: System.String
Výsledek.

Poznámky

Nastavení této vlastnosti vyvolává PropertyChanged událostí.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestStepMarkerAction Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

PropertyChanged