Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Sub SetSortFieldList ( _
nodeSelect As NodeSelect, _
list As IEnumerable(Of Object) _
)
[CLSCompliantAttribute(false)]
public void SetSortFieldList(
NodeSelect nodeSelect,
IEnumerable<Object> list
)
[CLSCompliantAttribute(false)]
public:
virtual void SetSortFieldList(
NodeSelect^ nodeSelect,
IEnumerable<Object^>^ list
) sealed
[<CLSCompliantAttribute(false)>]
abstract SetSortFieldList :
nodeSelect:NodeSelect *
list:IEnumerable<Object> -> unit
[<CLSCompliantAttribute(false)>]
override SetSortFieldList :
nodeSelect:NodeSelect *
list:IEnumerable<Object> -> unit
public final function SetSortFieldList(
nodeSelect : NodeSelect,
list : IEnumerable<Object>
)
Parameters
- nodeSelect
Type: NodeSelect
- list
Type: System.Collections.Generic.IEnumerable<Object>
Implements
IWiqlAdapterHelper.SetSortFieldList(NodeSelect, IEnumerableObject)
.NET Framework Security
- 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.