This documentation is archived and is not being maintained.

FieldFilterList::IndexOfFieldId Method

Gets the index of the field filter, in this list, that is specified by field ID.

This API is not CLS-compliant. 

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

[CLSCompliantAttribute(false)]
public:
int IndexOfFieldId(
	int id
)

Parameters

id
Type: System::Int32

The ID of the field of which the index is desired.

Return Value

Type: System::Int32
The index of the field filter, in this list, that is specified by field ID.

Show: