Compartilhar via


Propriedade ITestAggregation.Elements

Quando implementado em uma classe derivada, obtém uma matriz de IDs de identificar os elementos de teste 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()
    Get
TestId[] Elements { get; }
property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
abstract Elements : TestId[]
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