This documentation is archived and is not being maintained.
SortFieldList::Insert Method (Int32, String, SortType)
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- index
- Type: System::Int32
The index at which to insert the new SortField.
- name
- Type: System::String
The field name of the new SortField.
- sortType
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::SortType
The sort type of the new SortField.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified index is out of range. |
| ArgumentException | The specified SortField already occurs in this list. |
- 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: