This documentation is archived and is not being maintained.
CategoryCollection Class
Visual Studio 2013
A collection of category objects.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The CategoryCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of category objects in this collection. |
![]() | Item[Int32] | Gets the category object at the specified index in this collection. |
![]() | Item[String] | Gets the category in this collection that has the specified name. |
| Name | Description | |
|---|---|---|
![]() | Contains | Checks whether this collection contains a category that has the specified name. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Export | Exports the entire collection to an XML-formatted document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Import(String) | Imports categories from the specified XML-formatted string. |
![]() | Import(XmlElement) | Imports categories from the specified XML document. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<Category>::GetEnumerator | Gets an enumerator for this collection. |
![]() ![]() | IEnumerable::GetEnumerator | Gets an enumerator for this collection. |
Show:
