Sdílet prostřednictvím


DataBindingAttribute.ContextVariableName – vlastnost

Získá název proměnné reprezentující hodnotu vázán na data.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public ReadOnly Property ContextVariableName As String
    Get
public string ContextVariableName { get; }
public:
property String^ ContextVariableName {
    String^ get ();
}
member ContextVariableName : string
function get ContextVariableName () : String

Hodnota vlastnosti

Typ: System.String
Název proměnné, která představuje hodnotu vázán na data.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataBindingAttribute Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů