Compartir a través de


RunConfiguration.TestElements (Propiedad)

Obtiene todos los objetos ITestElement en el objeto RunConfiguration.

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

Sintaxis

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

Valor de propiedad

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Matriz de objetos ITestElement.

Implementaciones

IExecutionRunConfiguration.TestElements

Seguridad de .NET Framework

Vea también

Referencia

RunConfiguration Clase

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

RunConfiguration

ITestElement