Represents a list of field filters that can be sorted by using a query.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.FieldFilterList
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class FieldFilterList _
    Inherits VariableSizeList
public sealed class FieldFilterList : VariableSizeList
public ref class FieldFilterList sealed : public VariableSizeList
[<Sealed>]
type FieldFilterList =  
    class 
        inherit VariableSizeList 
    end
public final class FieldFilterList extends VariableSizeList
The FieldFilterList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | FieldFilterList | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of elements in this list. (Overrides VariableSizeList.Count.) | 
| .gif) | IsFixedSize | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | IsReadOnly | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | IsSynchronized | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | Item | Gets the FieldFilter instance in this list at the specified index. | 
| .gif) | SyncRoot | Obsolete. (Inherited from VariableSizeList.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | Adds the specified field filter to this list. | 
| .gif) | Clear | Clears this list. (Overrides VariableSizeList.Clear().) | 
| .gif) | Contains | Checks whether the specified FieldFilter exists in this list. | 
| .gif) | CopyTo | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetEnumerator | (Inherited from VariableSizeList.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IndexOf | Gets the index, in this list, of the specified field filter. | 
| .gif) | IndexOfFieldId | Gets the index of the field filter, in this list, that is specified by field ID. | 
| .gif) | Remove | Removes the specified FieldFilter from this list. | 
| .gif) | RemoveAt | Removes the FieldFilter instance from this list at the specified index. (Overrides VariableSizeList.RemoveAt(Int32).) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IList.Add | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Clear | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Contains | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.CopyTo | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.Count | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.IndexOf | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Insert | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.IsFixedSize | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.IsReadOnly | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.IsSynchronized | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Item | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Remove | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.RemoveAt | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.SyncRoot | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IVersionTag.VersionTag | (Inherited from VariableSizeList.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.