This documentation is archived and is not being maintained.

DisplayFieldList::Remove Method (String)

Removes the specified FieldDefinition object from this collection.

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

public:
void Remove(
	String^ fieldName
)

Parameters

fieldName
Type: System::String

The name of the FieldDefinition object to remove.

Show: