Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the provided link to the links in this test aggregation.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overridable Sub Add ( _
link As Link _
)
public virtual void Add(
Link link
)
public:
virtual void Add(
Link^ link
)
abstract Add :
link:Link -> unit
override Add :
link:Link -> unit
public function Add(
link : Link
)
Parameters
- link
Type: Microsoft.VisualStudio.TestTools.Common.Link
A Link object.
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.