Share via


DisplayFieldCollection Members

Include Protected Members
Include Inherited Members

The DisplayFieldCollection type exposes the following members.

Constructors

 

Name

Description

Public method

DisplayFieldCollection

Overloaded.

Top

Methods

 

Name

Description

Public method

Add

Adds a new DisplayField to the collection.

Public method

AddRange

Adds an array of DisplayField objects to the collection.

Public method

Clear

Clears the contents of the DisplayFieldCollection.

Public method

Contains

Overloaded. Checks whether a DisplayField is contained by this collection.

Public method

CopyTo

Public method

Equals

(Overrides Object.Equals(Object).)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from 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

Overloaded. Returns the collection index for the specified DisplayField. Returns -1 if the item is not found.

Public method

Insert

Inserts DisplayField the in the specified location in the collection.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

Remove

Removes the DisplayField from the collection.

Public method

RemoveAt

Removes the DisplayField at the specified location.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Count

Gets the number of DisplayField objects in the collection.

Public property

IsReadOnly

Public property

Item

Overloaded. Gets or sets a DisplayField from a DisplayFieldCollection at the given index.

Top

Events

 

Name

Description

Public event

Changed

Occurs when the DisplayFieldCollection changes.

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

See Also

Reference

DisplayFieldCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace