IDataSourceBindingData.TestElement (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene el elemento de pruebas asociado.

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

Sintaxis

'Declaración
ReadOnly Property TestElement As ITestElement
ITestElement TestElement { get; }
property ITestElement^ TestElement {
    ITestElement^ get ();
}
abstract TestElement : ITestElement with get
function get TestElement () : ITestElement

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Elemento de pruebas asociado.

Seguridad de .NET Framework

Vea también

Referencia

IDataSourceBindingData Interfaz

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

TestElement