Share via


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
'Usage
Dim instance As ITestElement 
Dim value As Link 

value = instance.Link
Link Link { get; }
property Link^ Link {
    Link^ 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

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace

Link