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.
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)
Syntax
'Declaration
Public Function FilteredAllowedValues ( _
filters As FieldFilterList _
) As AllowedValuesCollection
public AllowedValuesCollection FilteredAllowedValues(
FieldFilterList filters
)
public:
AllowedValuesCollection^ FilteredAllowedValues(
FieldFilterList^ filters
)
member FilteredAllowedValues :
filters:FieldFilterList -> AllowedValuesCollection
public function FilteredAllowedValues(
filters : FieldFilterList
) : AllowedValuesCollection
Parameters
filters
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldFilterListA 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.
.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.