This documentation is archived and is not being maintained.
DisplayFieldList Class
Visual Studio 2013
Represents a collection of WorkItem. FieldDefinitions that will be paged from the server when the WorkItems in a WorkItemCollection are accessed.
System::Object
Microsoft.TeamFoundation.WorkItemTracking.Common::OrderedVariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client::DisplayFieldList
Microsoft.TeamFoundation.WorkItemTracking.Common::OrderedVariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client::DisplayFieldList
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The DisplayFieldList type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in this collection. (Overrides OrderedVariableSizeList::Count.) |
![]() | IsFixedSize | Obsolete. (Inherited from OrderedVariableSizeList.) |
![]() | IsReadOnly | Obsolete. (Inherited from OrderedVariableSizeList.) |
![]() | IsSynchronized | Obsolete. (Inherited from OrderedVariableSizeList.) |
![]() | Item | Gets or sets the FieldDefinition object at the specified index in the collection. |
![]() | SyncRoot | Obsolete. (Inherited from OrderedVariableSizeList.) |
| Name | Description | |
|---|---|---|
![]() | Add(String) | Adds a FieldDefinition object to this collection by its name. |
![]() | Add(FieldDefinition) | Adds a FieldDefinition object to this collection at the next available index. |
![]() | Clear | Empties this collection. (Overrides OrderedVariableSizeList::Clear().) |
![]() | Contains | Checks whether the specified FieldDefinition object is located in this collection. |
![]() | CopyTo | Obsolete. (Inherited from OrderedVariableSizeList.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from OrderedVariableSizeList.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Gets the index of the specified FieldDefinition. |
![]() | IndexOfFieldId | Gets the index in this collection of the specified FieldDefinition. |
![]() | Insert(Int32, FieldDefinition) | Inserts the specified FieldDefinition object into this collection at the specified index. |
![]() | Insert(Int32, String) | Inserts the FieldDefinition object that has the specified name into this collection at the specified index. |
![]() | Remove(String) | Removes the specified FieldDefinition object from this collection. |
![]() | Remove(FieldDefinition) | Removes the specified FieldDefinition object from this collection. |
![]() | RemoveAt | Removes a FieldDefinition object at the position that is specified by the index in the collection. (Overrides OrderedVariableSizeList::RemoveAt(Int32).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::Add | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::Clear | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::Contains | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | ICollection::CopyTo | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | ICollection::Count | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::IndexOf | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::Insert | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::IsFixedSize | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::IsReadOnly | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::Item | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::Remove | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IList::RemoveAt | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from OrderedVariableSizeList.) |
![]() ![]() | IVersionTag::VersionTag | (Inherited from OrderedVariableSizeList.) |
A DisplayFieldList is stored in the DisplayFields property.
Show:

