ITestAggregation.Links Property

Definition

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

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

Property Value

Link[]

An array of links.

Applies to