This documentation is archived and is not being maintained.

SortFieldList::Remove Method (FieldDefinition)

Removes the SortField that has the specified field definition from this list.

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

public:
void Remove(
	FieldDefinition^ fd
)

Parameters

fd
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldDefinition

The field definition of the SortField to remove from this list.

ExceptionCondition
ArgumentNullException

The fd parameter is null.

Show: