WorkItemTypeCollection Properties

Include Protected Members
Include Inherited Members

The WorkItemTypeCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of WorkItemType objects in this collection. (Overrides ReadOnlyList.Count.)
Public property IsFixedSize Obsolete. (Inherited from ReadOnlyList.)
Public property IsReadOnly Obsolete. (Inherited from ReadOnlyList.)
Public property IsSynchronized Obsolete. (Inherited from ReadOnlyList.)
Public property Item[Int32] Gets the WorkItemType object at the specified index in this collection.
Public property Item[String] Gets the WorkItemType object in this collection that has the specified name.
Public property SyncRoot Obsolete. (Inherited from ReadOnlyList.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ICollection.Count (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 property ICollection.SyncRoot (Inherited from ReadOnlyList.)

Top

See Also

Reference

WorkItemTypeCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace