ITestElement.Link Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a link that can be used to access this test element.
public:
property Microsoft::VisualStudio::TestTools::Common::Link ^ Link { Microsoft::VisualStudio::TestTools::Common::Link ^ get(); };
public Microsoft.VisualStudio.TestTools.Common.Link Link { get; }
member this.Link : Microsoft.VisualStudio.TestTools.Common.Link
Public ReadOnly Property Link As Link
Property Value
A link that can be used to access this test element.