Udostępnij za pośrednictwem


Właściwość AssertAction.ExpectedValue —

Pobiera wartość oczekiwana jako string.

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

Składnia

'Deklaracja
Public Overrides Property ExpectedValue As String
public override string ExpectedValue { get; set; }
public:
virtual property String^ ExpectedValue {
    String^ get () override;
    void set (String^ value) override;
}
abstract ExpectedValue : string with get, set
override ExpectedValue : string with get, set
override function get ExpectedValue () : String
override function set ExpectedValue (value : String)

Wartość właściwości

Typ: System.String
Wartość jako ciąg znaków.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

AssertAction Klasa

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