This documentation is archived and is not being maintained.
FieldDefinition::FilteredAllowedValues Method
Visual Studio 2013
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)
Parameters
- filters
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldFilterList
A list of filters to apply to the list.
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::AllowedValuesCollectionThe collection of allowed values for a Field that uses this field definition, which is filtered by the specified list of filters.
- 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.
Show: