Partager via


ITestAggregation.Links, propriété

En cas d'implémentation dans une classe dérivée, obtient un tableau des liens de tous les éléments de test agrégés dans cet élément de test.

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

Syntaxe

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

Valeur de propriété

Type : array<Microsoft.VisualStudio.TestTools.Common.Link[]
Tableau de liens.

Sécurité .NET Framework

Voir aussi

Référence

ITestAggregation Interface

Microsoft.VisualStudio.TestTools.Common, espace de noms