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.
When implemented in a derived class, gets an array of links for tests that are visible to the external viewer.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
ReadOnly Property VisibleLinks As Link()
Link[] VisibleLinks { get; }
property array<Link^>^ VisibleLinks {
array<Link^>^ get ();
}
abstract VisibleLinks : Link[] with get
function get VisibleLinks () : Link[]
Property Value
Type: array<Microsoft.VisualStudio.TestTools.Common.Link[]
An array of links for tests that are visible to the external viewer.
.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.