Freigeben über


TestAggregation.Links-Eigenschaft

Ruft ein Array der Testlinks in dieser Aggregation ab.

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

Syntax

'Declaration
Public ReadOnly Property Links As Link()
public Link[] Links { get; }
public:
virtual property array<Link^>^ Links {
    array<Link^>^ get () sealed;
}
abstract Links : Link[] with get 
override Links : Link[] with get
final function get Links () : Link[]

Eigenschaftswert

Typ: array<Microsoft.VisualStudio.TestTools.Common.Link[]
Ein Array der Testlinks in dieser Aggregation.

Implementiert

ITestAggregation.Links

.NET Framework-Sicherheit

Siehe auch

Referenz

TestAggregation Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace