WorkItemTypeCollection Members

Include Protected Members
Include Inherited Members

This collection class is designed to hold WorkItemTypes.

The WorkItemTypeCollection type exposes the following members.

Methods

 

Name

Description

Public method

Contains

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

Public method

CopyTo

Infrastructure. Obsolete. (Inherited from ReadOnlyList.)

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

Infrastructure. (Inherited from ReadOnlyList.)

Public method

GetHashCode

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

Protected method

GetItem

Infrastructure. (Inherited from ReadOnlyList.)

Public method

GetType

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

Public method

Import

Overloaded. Imports the WorkItemType definition from the given XML.

Public method

IndexOf

Returns the index of the WorkItemType in this collection.

Protected method

MemberwiseClone

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

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 WorkItemTypes in this collection. (Overrides ReadOnlyList.Count.)

Public property

IsFixedSize

Infrastructure. Obsolete. (Inherited from ReadOnlyList.)

Public property

IsReadOnly

Infrastructure. Obsolete. (Inherited from ReadOnlyList.)

Public property

IsSynchronized

Infrastructure. Obsolete. (Inherited from ReadOnlyList.)

Public property

Item

Overloaded.

Public property

SyncRoot

Infrastructure. Obsolete. (Inherited from ReadOnlyList.)

Top

Events

 

Name

Description

Public event

ImportEventHandler

Occurs when WorkItemType definitions are imported.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IList.Add

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

IList.Clear

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

IList.Contains

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

ICollection.CopyTo

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate property

ICollection.Count

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

IList.IndexOf

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

IList.Insert

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate property

IList.IsFixedSize

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate property

IList.IsReadOnly

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate property

ICollection.IsSynchronized

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate property

IList.Item

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

IList.Remove

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate method

IList.RemoveAt

(Inherited from ReadOnlyList.)

Explicit interface implemetationPrivate property

ICollection.SyncRoot

(Inherited from ReadOnlyList.)

Top

See Also

Reference

WorkItemTypeCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace