Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.