This documentation is archived and is not being maintained.

RegisteredLinkTypeCollection::IndexOf Method

Gets the index, in this collection, of the specified registered link type.

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

public:
int IndexOf(
	RegisteredLinkType^ value
)

Parameters

value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::RegisteredLinkType

The registered link type of which the index is desired.

Return Value

Type: System::Int32
The index of the specified registered link type.

Show: