Compartir a través de


UITechnologyElement.Value (Propiedad)

Obtiene o establece el valor de este elemento como una cadena.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public MustOverride Property Value As String
public abstract string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Value : string with get, set
abstract function get Value () : String
abstract function set Value (value : String)

Valor de propiedad

Tipo: System.String
Valor de este elemento.

Implementaciones

IUITechnologyElement.Value

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyElement Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)