This documentation is archived and is not being maintained.

SortFieldList::Remove Method (SortField)

Removes the specified SortField from this list.

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

public:
void Remove(
	SortField^ value
)

Parameters

value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::SortField

The SortField to remove from this list.

ExceptionCondition
ArgumentNullException

The value parameter is null.

Show: