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

public string Outcome { get; set; }
public:
property String^ Outcome {
    String^ get();
    void set(String^ value);
}
member Outcome : string with get, set
Public Property Outcome As String

Wartość właściwości

Type: System.String

Wynik.

Uwagi

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

Zobacz też

PropertyChanged
Klasa TestStepMarkerAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku