Partilhar via


Propriedade TestAggregation.Elements

Obtém uma matriz do teste de IDs de elementos desta agregação.

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

Sintaxe

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

Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Uma matriz dos IDs de elementos de teste em desta agregação.

Implementações

ITestAggregation.Elements

Segurança do .NET Framework

Consulte também

Referência

TestAggregation Classe

Namespace Microsoft.VisualStudio.TestTools.Common