Partager via


AssertAction.ExpectedValue, propriété

Obtient la valeur attendue en tant que string.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Public Overrides Property ExpectedValue As String
    Get
    Set
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)

Valeur de propriété

Type : System.String
Valeur en tant que chaîne.

Sécurité .NET Framework

Voir aussi

Référence

AssertAction Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms