Udostępnij za pośrednictwem


Właściwość TestStepMarkerAction.Outcome —

Zwraca lub ustawia wynik kroku znacznik.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: String
Wynik.

Uwagi

Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestStepMarkerAction Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

PropertyChanged