This documentation is archived and is not being maintained.
SortField Constructor (FieldDefinition, SortType)
Visual Studio 2013
Initializes a new SortField instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- fd
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldDefinition
The FieldDefinition that defines this field.
- sortType
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::SortType
The direction by which this field is sorted.
| Exception | Condition |
|---|---|
| ArgumentNullException | One or more of the parameters is null. |
| ArgumentException | The sortType parameter is not valid. |
- 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: