This documentation is archived and is not being maintained.

FieldDefinition::FilteredAllowedValues Method

Gets the collection of allowed values for a Field that uses this field definition, which is filtered by the specified list of filters.

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

public:
AllowedValuesCollection^ FilteredAllowedValues(
	FieldFilterList^ filters
)

Parameters

filters
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldFilterList

A list of filters to apply to the list.

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::AllowedValuesCollection
The collection of allowed values for a Field that uses this field definition, which is filtered by the specified list of filters.

Show: