This documentation is archived and is not being maintained.

WorkItemLinkCollection::GetItem Method

Gets the object in this collection at the specified index.

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

protected:
virtual Object^ GetItem(
	int index
) override

Parameters

index
Type: System::Int32

The index in this collection from which to retrieve an object.

Return Value

Type: System::Object
The object in this collection at the specified index.

ExceptionCondition
ArgumentNullException

The index parameter was null.

Show: