DisplayFieldList Methods

Include Protected Members
Include Inherited Members

The DisplayFieldList type exposes the following members.

Methods

  Name Description
Public method Add(String) Adds a FieldDefinition object to this collection by its name.
Public method Add(FieldDefinition) Adds a FieldDefinition object to this collection at the next available index.
Public method Clear Empties this collection. (Overrides OrderedVariableSizeList.Clear().)
Public method Contains Checks whether the specified FieldDefinition object is located in this collection.
Public method CopyTo Obsolete. (Inherited from OrderedVariableSizeList.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetEnumerator (Inherited from OrderedVariableSizeList.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Gets the index of the specified FieldDefinition.
Public method IndexOfFieldId Gets the index in this collection of the specified FieldDefinition.
Public method Insert(Int32, FieldDefinition) Inserts the specified FieldDefinition object into this collection at the specified index.
Public method Insert(Int32, String) Inserts the FieldDefinition object that has the specified name into this collection at the specified index.
Public method Remove(String) Removes the specified FieldDefinition object from this collection.
Public method Remove(FieldDefinition) Removes the specified FieldDefinition object from this collection.
Public method RemoveAt Removes a FieldDefinition object at the position that is specified by the index in the collection. (Overrides OrderedVariableSizeList.RemoveAt(Int32).)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method IList.Clear (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from OrderedVariableSizeList.)
Explicit interface implemetationPrivate method IList.RemoveAt (Inherited from OrderedVariableSizeList.)

Top

See Also

Reference

DisplayFieldList Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace