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