Compartir a través de


IExecutionRunConfiguration.TestElements (Propiedad)

Obtiene la lista de elementos de prueba utilizados en la ejecución.

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

Sintaxis

'Declaración
ReadOnly Property TestElements As ITestElement()
ITestElement[] TestElements { get; }
property array<ITestElement^>^ TestElements {
    array<ITestElement^>^ get ();
}
abstract TestElements : ITestElement[] with get
function get TestElements () : ITestElement[]

Valor de propiedad

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Devuelve la lista de elementos de prueba utilizados en la ejecución de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

IExecutionRunConfiguration Interfaz

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