ValidationAction.ExpectedValue Propriedade
Quando implementado em uma classe derivada, obtém o valor da propriedade esperado.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
O valor como string.
Comentários
Definir esta propriedade gera o evento de PropertyChanged .
Consulte também
PropertyChanged
Classe ValidationAction
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo