TestElement.Link Property
Gets a link to this test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Link As Link
public Link Link { get; }
public:
virtual property Link^ Link {
Link^ get () sealed;
}
abstract Link : Link with get
override Link : Link with get
final function get Link () : Link
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.Link
A link to this test element.
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.