Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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[] with get
override VisibleLinks : Link[] with get
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.