This documentation is archived and is not being maintained.
ValuesCollection Class
Visual Studio 2013
A collection of values.
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.ValuesCollection
Microsoft.TeamFoundation.WorkItemTracking.Client.AllowedValuesCollection
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.ValuesCollection
Microsoft.TeamFoundation.WorkItemTracking.Client.AllowedValuesCollection
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The ValuesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of objects in this collection. (Overrides ReadOnlyList.Count.) |
![]() | IsFixedSize | Obsolete. (Inherited from ReadOnlyList.) |
![]() | IsReadOnly | Obsolete. (Inherited from ReadOnlyList.) |
![]() | IsSynchronized | Obsolete. (Inherited from ReadOnlyList.) |
![]() | Item | Gets the value at the specified index in this collection. |
![]() | SyncRoot | Obsolete. (Inherited from ReadOnlyList.) |
| Name | Description | |
|---|---|---|
![]() | Contains | Checks whether the specified value exists in this collection. |
![]() | CopyTo | Obsolete. (Inherited from ReadOnlyList.) |
![]() | 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 | (Inherited from ReadOnlyList.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetItem | (Overrides ReadOnlyList.GetItem(Int32).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Gets the index of the specified value in this collection. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from ReadOnlyList.) |
![]() ![]() | IList.Clear | (Inherited from ReadOnlyList.) |
![]() ![]() | IList.Contains | |
![]() ![]() | ICollection.CopyTo | (Inherited from ReadOnlyList.) |
![]() ![]() | ICollection.Count | (Inherited from ReadOnlyList.) |
![]() ![]() | IList.IndexOf | |
![]() ![]() | 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.) |
Show:

