This documentation is archived and is not being maintained.

SortFieldList::Remove Method (String)

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

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 SortField to remove from this list.

ExceptionCondition
ArgumentNullException

The fieldName parameter is null.

FieldDefinitionNotExistException

The fieldname parameter does not resolve to an existing FieldDefinition.

Show: