Поделиться через


DataBindingAttribute.ContextVariableName - свойство

Получает имя переменной, представляющей значение с привязкой к данным.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public ReadOnly Property ContextVariableName As String
    Get
public string ContextVariableName { get; }
public:
property String^ ContextVariableName {
    String^ get ();
}
member ContextVariableName : string
function get ContextVariableName () : String

Значение свойства

Тип: System.String
Имя переменной, представляющей значение с привязкой к данным.

Безопасность платформы .NET Framework

См. также

Ссылки

DataBindingAttribute Класс

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен