This documentation is archived and is not being maintained.

WorkItemLinkCollection::RemoveAt Method

Removes the element in this collection at the specified index.

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

public:
virtual void RemoveAt(
	int index
) override

Parameters

index
Type: System::Int32

The index of the element to remove.

Implements

IList::RemoveAt(Int32)

ExceptionCondition
ArgumentNullException

The index parameter was null.

Show: