This documentation is archived and is not being maintained.

DisplayFieldList::RemoveAt Method

Removes a FieldDefinition object at the position that is specified by the index in the collection.

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

public:
virtual void RemoveAt(
	int index
) override

Parameters

index
Type: System::Int32

The index of the FieldDefinition object to remove.

Show: