SortFieldCollection Constructor (SortFieldCollection)

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub New ( _
    sfc As SortFieldCollection _
)
'Usage
Dim sfc As SortFieldCollection 

Dim instance As New SortFieldCollection(sfc)
public SortFieldCollection(
    SortFieldCollection sfc
)
public:
SortFieldCollection(
    SortFieldCollection^ sfc
)
public function SortFieldCollection(
    sfc : SortFieldCollection
)

Parameters

.NET Framework Security

See Also

Reference

SortFieldCollection Class

SortFieldCollection Members

SortFieldCollection Overload

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace