This documentation is archived and is not being maintained.

SortFieldList::Contains Method

Checks whether the specified SortField occurs in this list.

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

public:
bool Contains(
	SortField^ value
)

Return Value

Type: System::Boolean
True if the specified SortField occurs in this list; otherwise, false.

ExceptionCondition
ArgumentNullException

The value parameter is null.

Show: