Partager via


ITestAggregation.Elements, propriété

En cas d'implémentation dans une classe dérivée, obtient un tableau des ID qui identifient les éléments de test constituant cette agrégation.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
ReadOnly Property Elements As TestId()
    Get
TestId[] Elements { get; }
property array<TestId^>^ Elements {
    array<TestId^>^ get ();
}
abstract Elements : TestId[]
function get Elements () : TestId[]

Valeur de propriété

Type : array<Microsoft.VisualStudio.TestTools.Common.TestId[]
Tableau d'ID de tests.

Sécurité .NET Framework

Voir aussi

Référence

ITestAggregation Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms