ValidationAction.ExpectedValue 属性

 

在派生类中实现时,获取预期的属性值。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

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

属性值

Type: System.String

string 形式的值。

备注

设置此属性将引发 PropertyChanged 事件。

请参阅

PropertyChanged
ValidationAction 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首