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 specified Hyperlink object to this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function Add ( _
link As Hyperlink _
) As Integer
public int Add(
Hyperlink link
)
public:
int Add(
Hyperlink^ link
)
member Add :
link:Hyperlink -> int
public function Add(
link : Hyperlink
) : int
Parameters
- link
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.Hyperlink
The Hyperlink to add to this collection.
Return Value
Type: System.Int32
The index of the newly added Hyperlink object.
.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.