ProjectCollection Members

Include Protected Members
Include Inherited Members

This class holds a collection of all the work item projects on the Team Foundation Server.

The ProjectCollection type exposes the following members.

Methods

 

Name

Description

Public method

Contains

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

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

GetById

Returns a Project by the specified Id.

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

IndexOf

Returns the index of the specified Project.

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 objects in the 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

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

ProjectCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace