Partilhar via


Propriedade IExecutionRunConfiguration.TestElements

Obtém a lista de elementos de teste na execução.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Retorna a lista de elementos de teste na execução de teste.

Segurança do .NET Framework

Consulte também

Referência

IExecutionRunConfiguration Interface

Namespace Microsoft.VisualStudio.TestTools.Execution