DisplayFieldCollection Class

This is a collection class that holds DisplayFields.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Controls.DisplayFieldCollection

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class DisplayFieldCollection _
    Implements IList, ICollection, IEnumerable
public sealed class DisplayFieldCollection : IList, 
    ICollection, IEnumerable
public ref class DisplayFieldCollection sealed : IList, 
    ICollection, IEnumerable
[<Sealed>]
type DisplayFieldCollection =  
    class 
        interface IList 
        interface ICollection 
        interface IEnumerable 
    end
public final class DisplayFieldCollection implements IList, ICollection, IEnumerable

The DisplayFieldCollection type exposes the following members.

Constructors

  Name Description
Public method DisplayFieldCollection()
Public method DisplayFieldCollection(DisplayFieldCollection)

Top

Properties

  Name Description
Public property Count
Public property IsReadOnly
Public property Item[Int32]
Public property Item[String]

Top

Methods

  Name Description
Public method Add
Public method AddRange
Public method Clear
Public method Contains(String)
Public method Contains(DisplayField)
Public method CopyTo
Public method Equals (Overrides Object.Equals(Object).)
Public method GetEnumerator
Public method GetHashCode (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf(String)
Public method IndexOf(DisplayField)
Public method Insert
Public method Remove
Public method RemoveAt
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event Changed

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add
Explicit interface implemetationPrivate method IList.Contains
Explicit interface implemetationPrivate method ICollection.CopyTo
Explicit interface implemetationPrivate method IList.IndexOf
Explicit interface implemetationPrivate method IList.Insert
Explicit interface implemetationPrivate property IList.IsFixedSize
Explicit interface implemetationPrivate property ICollection.IsSynchronized
Explicit interface implemetationPrivate property IList.Item
Explicit interface implemetationPrivate method IList.Remove
Explicit interface implemetationPrivate property ICollection.SyncRoot

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.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace