Partilhar via


Propriedade ITestAggregation.Elements

Quando implementado em uma classe derivada, obtém uma matriz de IDs que identificam os elementos de teste que são agregados em desta agregação.

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

Sintaxe

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

Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Uma matriz de IDs de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestAggregation Interface

Namespace Microsoft.VisualStudio.TestTools.Common