Aracılığıyla paylaş


AssertAction.ExpectedValue Özellik

Beklenen değer olarak alır bir string.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Common
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.String
Bir dize değeri.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AssertAction Sınıf

Microsoft.VisualStudio.TestTools.UITest.Common Ad Alanı