Condividi tramite


Proprietà AssertAction.ExpectedValue

Ottiene il valore previsto come string.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
il valore come stringa.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AssertAction Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Common