This documentation is archived and is not being maintained.

RevisionCollection::IndexOf Method

Gets the index, in this collection, of the specified revision.

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

public:
int IndexOf(
	Revision^ value
)

Parameters

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

The revision of which the index in this collection is desired.

Return Value

Type: System::Int32
The index, in this collection, of the specified revision.

Show: