Aracılığıyla paylaş


ValidationAction.ExpectedValue Özellik

Türetilmiş bir sınıf içerisinde uygulanan, beklenen özellik değerini alır.

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 Overridable Property ExpectedValue As String
    Get
    Set
public virtual string ExpectedValue { get; set; }
public:
virtual property String^ ExpectedValue {
    String^ get ();
    void set (String^ value);
}
abstract ExpectedValue : string with get, set
override ExpectedValue : string with get, set
function get ExpectedValue () : String
function set ExpectedValue (value : String)

Özellik Değeri

Tür: System.String
Değeri olarak bir string.

Açıklamalar

Harekete geçiren bu özellik ayarı PropertyChanged olay.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ValidationAction Sınıf

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

PropertyChanged