Condividi tramite


Proprietà UITechnologyElementProxy.Value

Ottiene il valore di questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
Public Overrides Property Value As String
public override string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () override;
    void set (String^ value) override;
}
abstract Value : string with get, set
override Value : string with get, set
override function get Value () : String
override function set Value (value : String)

Valore proprietà

Tipo: System.String

Implementa

IUITechnologyElement.Value

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyElementProxy Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting