Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of WorkItemType objects.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class WorkItemTypeCollection _
Inherits ReadOnlyList
public sealed class WorkItemTypeCollection : ReadOnlyList
public ref class WorkItemTypeCollection sealed : public ReadOnlyList
[<Sealed>]
type WorkItemTypeCollection =
class
inherit ReadOnlyList
end
public final class WorkItemTypeCollection extends ReadOnlyList
The WorkItemTypeCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of WorkItemType objects in this collection. (Overrides ReadOnlyList.Count.) |
![]() |
IsFixedSize | Obsolete. (Inherited from ReadOnlyList.) |
![]() |
IsReadOnly | Obsolete. (Inherited from ReadOnlyList.) |
![]() |
IsSynchronized | Obsolete. (Inherited from ReadOnlyList.) |
![]() |
Item[Int32] | Gets the WorkItemType object at the specified index in this collection. |
![]() |
Item[String] | Gets the WorkItemType object in this collection that has the specified name. |
![]() |
SyncRoot | Obsolete. (Inherited from ReadOnlyList.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Contains(String) | Checks whether a WorkItemType that has the specified name occurs in this collection. |
![]() |
Contains(WorkItemType) | Checks whether the specified WorkItemType instance occurs in this collection. |
![]() |
CopyTo | Obsolete. (Inherited from ReadOnlyList.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from ReadOnlyList.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Import(String) | Imports a WorkItemType that is defined in the specified XML and adds it to this collection. |
![]() |
Import(XmlElement) | Imports a WorkItemType defined in the specified XML and adds it to this collection. |
![]() |
Import(String, String) | Imports a WorkItemType that is defined in the specified XML and adds it to this collection. The specified methodology is used to resolve field conflicts. |
![]() |
Import(XmlElement, String) | Imports a WorkItemType that is defined in the specified XML and adds it to this collection. The specified methodology name is used to resolve field conflicts. |
![]() |
IndexOf | Gets the index of the specified WorkItemType in this collection. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
ImportEventHandler | The event handler for events that occur during an import call. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.Clear | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.Contains | (Inherited from ReadOnlyList.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from ReadOnlyList.) |
![]() ![]() |
ICollection.Count | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.IndexOf | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.Insert | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from ReadOnlyList.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.Item | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.Remove | (Inherited from ReadOnlyList.) |
![]() ![]() |
IList.RemoveAt | (Inherited from ReadOnlyList.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from ReadOnlyList.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)