TestAggregation.VisibleLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of links in this test aggregation that is visible in the user interface.
public:
virtual property cli::array <Microsoft::VisualStudio::TestTools::Common::Link ^> ^ VisibleLinks { cli::array <Microsoft::VisualStudio::TestTools::Common::Link ^> ^ get(); };
public virtual Microsoft.VisualStudio.TestTools.Common.Link[] VisibleLinks { get; }
member this.VisibleLinks : Microsoft.VisualStudio.TestTools.Common.Link[]
Public Overridable ReadOnly Property VisibleLinks As Link()
Property Value
Link[]
An array of links that is visible in the user interface.