ITestElement.Link Property
Gets a link that can be used to access this test element.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
ReadOnly Property Link As Link
Link Link { get; }
property Link^ Link {
Link^ get ();
}
abstract Link : Link with get
function get Link () : Link
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.Link
A link that can be used to access this test element.
.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.