Share via


ITestAggregation.VisibleLinks Property

When implemented in a derived class, gets an array of links for tests that are visible to the external viewer.

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

Syntax

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

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.Link[]
An array of links for tests that are visible to the external viewer.

.NET Framework Security

See Also

Reference

ITestAggregation Interface

Microsoft.VisualStudio.TestTools.Common Namespace