This documentation is archived and is not being maintained.
SortFieldList::Remove Method (String)
Visual Studio 2013
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)
| Exception | Condition |
|---|---|
| ArgumentNullException | The fieldName parameter is null. |
| FieldDefinitionNotExistException | The fieldname parameter does not resolve to an existing FieldDefinition. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: