Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an array of links in this test aggregation that is visible in the user interface.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property VisibleLinks As Link()
public virtual Link[] VisibleLinks { get; }
public:
virtual property array<Link^>^ VisibleLinks {
array<Link^>^ get ();
}
abstract VisibleLinks : Link[]
override VisibleLinks : Link[]
function get VisibleLinks () : Link[]
Property Value
Type: array<Microsoft.VisualStudio.TestTools.Common.Link[]
An array of links that is visible in the user interface.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.