Share via


BatchReadParameterCollection.IndexOf Method

Gets the index of the specified BatchReadParameter instance.

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

Syntax

'Declaration
Public Function IndexOf ( _
    item As BatchReadParameter _
) As Integer
public int IndexOf(
    BatchReadParameter item
)
public:
int IndexOf(
    BatchReadParameter^ item
)
member IndexOf : 
        item:BatchReadParameter -> int
public function IndexOf(
    item : BatchReadParameter
) : int

Parameters

Return Value

Type: System.Int32
The index of the specified BatchReadParameter instance.

.NET Framework Security

See Also

Reference

BatchReadParameterCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace