Share via


DisplayFieldList Members

Include Protected Members
Include Inherited Members

Class that represents the fields selected in a query.

The DisplayFieldList type exposes the following members.

Methods

 

Name

Description

Public method

Add

Overloaded. Adds a new FieldDefinition to the end of the DisplayFieldList.

Protected method

AddItem

Adds the given object to the list. (Inherited from OrderedVariableSizeList.)

Public method

Clear

Removes all FieldDefinition objects from the list. (Overrides OrderedVariableSizeList.Clear().)

Public method

Contains

Returns true if the specified FieldDefinition exists in the collection; otherwise false.

Public method

CopyTo

Obsolete. (Inherited from OrderedVariableSizeList.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from 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

(Inherited from OrderedVariableSizeList.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetItem

(Inherited from OrderedVariableSizeList.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IndexOf

Returns the index of the specified FieldDefinition.

Public method

IndexOfFieldId

Returns the index of the specified Id.

Protected method

IndexOfItem

Returns the index of the Object stored in the collection. (Inherited from OrderedVariableSizeList.)

Public method

Insert

Overloaded. Inserts a new FieldDefinition to the list.

Protected method

InsertItem

Inserts the specified object in the list at the specified index. (Inherited from OrderedVariableSizeList.)

Protected method

MemberwiseClone

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

Public method

Remove

Overloaded. Removes a FieldDefinition from the list.

Public method

RemoveAt

Removes the FieldDefinition at the specified index. (Overrides OrderedVariableSizeList.RemoveAt(Int32).)

Protected method

SetItem

Puts the object into the list at the specified index. (Inherited from OrderedVariableSizeList.)

Public method

ToString

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

Top

Fields

 

Name

Description

Protected field

m_version

(Inherited from OrderedVariableSizeList.)

Top

Properties

 

Name

Description

Public property

Count

Gets the number of objects in the collection. (Overrides OrderedVariableSizeList.Count.)

Public property

IsFixedSize

Obsolete. (Inherited from OrderedVariableSizeList.)

Public property

IsReadOnly

Obsolete. (Inherited from OrderedVariableSizeList.)

Public property

IsSynchronized

Obsolete. (Inherited from OrderedVariableSizeList.)

Public property

Item

Public property

SyncRoot

Obsolete. (Inherited from OrderedVariableSizeList.)

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 property

ICollection.Count

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.IndexOf

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.Insert

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IList.IsFixedSize

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IList.IsReadOnly

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

ICollection.IsSynchronized

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IList.Item

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.Remove

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate method

IList.RemoveAt

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

ICollection.SyncRoot

(Inherited from OrderedVariableSizeList.)

Explicit interface implemetationPrivate property

IVersionTag.VersionTag

(Inherited from OrderedVariableSizeList.)

Top

See Also

Reference

DisplayFieldList Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace