Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property array<Link^>^ VisibleLinks {
	array<Link^>^ get();
}

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common::Link^>^

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

Return to top
Show: