SortFieldList Class

This class represents the fields that can be used to sort a query.

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

Syntax

'Declaration
Public NotInheritable Class SortFieldList _
    Inherits OrderedVariableSizeList
'Usage
Dim instance As SortFieldList
public sealed class SortFieldList : OrderedVariableSizeList
public ref class SortFieldList sealed : public OrderedVariableSizeList
public final class SortFieldList extends OrderedVariableSizeList

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.OrderedVariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.SortFieldList

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SortFieldList Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace