AllowedValuesCollection Class

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public NotInheritable Class AllowedValuesCollection _
    Inherits ReadOnlyList _
    Implements IList, ICollection, IEnumerable
'Usage
Dim instance As AllowedValuesCollection
public sealed class AllowedValuesCollection : ReadOnlyList, 
    IList, ICollection, IEnumerable
public ref class AllowedValuesCollection sealed : public ReadOnlyList, 
    IList, ICollection, IEnumerable
public final class AllowedValuesCollection extends ReadOnlyList implements IList, ICollection, IEnumerable

Remarks

The collection of allowed values for this field under different conditions.

Note

The elements (individual String objects) in the collection are case-insensitive.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
    Microsoft.TeamFoundation.WorkItemTracking.Client.AllowedValuesCollection

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.

See Also

Reference

AllowedValuesCollection Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace