Share via


ITestAggregation.VisibleLinks Property

Definition

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

public:
 property cli::array <Microsoft::VisualStudio::TestTools::Common::Link ^> ^ VisibleLinks { cli::array <Microsoft::VisualStudio::TestTools::Common::Link ^> ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.Link[] VisibleLinks { get; }
member this.VisibleLinks : Microsoft.VisualStudio.TestTools.Common.Link[]
Public ReadOnly Property VisibleLinks As Link()

Property Value

Link[]

An array of links for tests that are visible to the external viewer.

Applies to