This documentation is archived and is not being maintained.

LinkCollection::Add Method (RelatedLink)

Adds the specified RelatedLink object to this collection.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
int Add(
	RelatedLink^ link
)

Parameters

link
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::RelatedLink

The RelatedLink to add to this collection.

Return Value

Type: System::Int32
The index of the newly added RelatedLink object.

Show: