TestAggregation.Elements (Propiedad)

Obtiene una matriz de los identificadores de elementos de prueba de esta agregación.

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

Sintaxis

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

Valor de propiedad

Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Matriz de los identificadores de elementos de prueba de esta agregación.

Implementaciones

ITestAggregation.Elements

Seguridad de .NET Framework

Vea también

Referencia

TestAggregation Clase

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