Share via


ITestAggregation.Links Property

When implemented in a derived class, gets an array of links from all test elements that are aggregated into this test element.

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

Syntax

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

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.Link[]
An array of links.

.NET Framework Security

See Also

Reference

ITestAggregation Interface

Microsoft.VisualStudio.TestTools.Common Namespace