This documentation is archived and is not being maintained.
ItemCollection(Of T) Class
Visual Studio 2013
A named item collection.
Item names must be unique (compared with case insensitive comparer) throughout the collection.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
The ItemCollection(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add(Object) | Add an item to the collection. This method is required for serialization. |
![]() | Add(T) | Add an item to the collection. Throws if a field that has the same name has already been added. |
![]() | AddRange | Add a collection of items. If this throws the collection will have all the values added up to when it threw. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Show:
