Compartir a través de


DataBindingAttribute.ContextVariableName (Propiedad)

Obtiene el nombre de la variable que representa el valor enlazado a datos.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property ContextVariableName As String
public string ContextVariableName { get; }
public:
property String^ ContextVariableName {
    String^ get ();
}
member ContextVariableName : string with get
function get ContextVariableName () : String

Valor de propiedad

Tipo: System.String
El nombre de la variable que representa el valor enlazado a datos.

Seguridad de .NET Framework

Vea también

Referencia

DataBindingAttribute Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)