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.
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.