ITestAggregation.Elements (Propiedad)

Cuando se implementa en una clase derivada, obtiene una matriz de identificadores que identifican los elementos de pruebas agregados a esta agregación.

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

Sintaxis

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

Valor de propiedad

Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Matriz de identificadores de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestAggregation Interfaz

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