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.

TestAggregation::Links Property

 

Gets an array of the test links in this aggregation.

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

public:
property array<Link^>^ Links {
	virtual array<Link^>^ get() sealed;
}

Property Value

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

An array of the test links in this aggregation.

Return to top
Show: