Share via


ClientWiqlAdapterHelper.GetSortFieldList Method

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Function GetSortFieldList ( _
    nodeSelect As NodeSelect _
) As List(Of Object)
[CLSCompliantAttribute(false)]
public List<Object> GetSortFieldList(
    NodeSelect nodeSelect
)
[CLSCompliantAttribute(false)]
public:
virtual List<Object^>^ GetSortFieldList(
    NodeSelect^ nodeSelect
) sealed
[<CLSCompliantAttribute(false)>]
abstract GetSortFieldList : 
        nodeSelect:NodeSelect -> List<Object> 
[<CLSCompliantAttribute(false)>]
override GetSortFieldList : 
        nodeSelect:NodeSelect -> List<Object> 
public final function GetSortFieldList(
    nodeSelect : NodeSelect
) : List<Object>

Parameters

  • nodeSelect
    Type: NodeSelect

Return Value

Type: System.Collections.Generic.List<Object>

Implements

IWiqlAdapterHelper.GetSortFieldList(NodeSelect)

.NET Framework Security

See Also

Reference

ClientWiqlAdapterHelper Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace