Represents a collection of WorkItemLinks.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkCollection
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Class WorkItemLinkCollection _
    Inherits VariableSizeList _
    Implements IList, ICollection, IEnumerable
public class WorkItemLinkCollection : VariableSizeList, 
    IList, ICollection, IEnumerable
public ref class WorkItemLinkCollection : public VariableSizeList, 
    IList, ICollection, IEnumerable
type WorkItemLinkCollection =  
    class 
        inherit VariableSizeList 
        interface IList 
        interface ICollection 
        interface IEnumerable 
    end
public class WorkItemLinkCollection extends VariableSizeList implements IList, ICollection, IEnumerable
The WorkItemLinkCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | Gets the number of elements in this collection. (Overrides VariableSizeList.Count.) | 
| .gif) | IsFixedSize | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | IsReadOnly | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | IsSynchronized | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | Item | Gets the WorkItemLink at the specified index in this collection. | 
| .gif) | SyncRoot | Obsolete. (Inherited from VariableSizeList.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | Adds the specified WorkItemLink to this collection. | 
| .gif) | AddItem | Adds the specified object to this collection. (Overrides VariableSizeList.AddItem(Object).) | 
| .gif) | Clear | Clears this collection. (Overrides VariableSizeList.Clear().) | 
| .gif) | Contains | Checks whether the specified WorkItemLink occurs in this collection. | 
| .gif) | CopyTo | Obsolete. (Inherited from VariableSizeList.) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetEnumerator | (Inherited from VariableSizeList.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetItem | Gets the object in this collection at the specified index. (Overrides VariableSizeList.GetItem(Int32).) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IndexOf | Gets the index in this collection of the specified WorkItemLink. | 
| .gif) | IndexOfItem | (Inherited from VariableSizeList.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | Remove | Removes the specified WorkItemLink from this collection. | 
| .gif) | RemoveAt | Removes the element in this collection at the specified index. (Overrides VariableSizeList.RemoveAt(Int32).) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | m_version | (Inherited from VariableSizeList.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IList.Add | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Clear | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Contains | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.CopyTo | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.Count | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.IndexOf | Gets the index in this collection of the specified object. | 
| .gif) .gif) | IList.Insert | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.IsFixedSize | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.IsReadOnly | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.IsSynchronized | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Item | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.Remove | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IList.RemoveAt | (Inherited from VariableSizeList.) | 
| .gif) .gif) | ICollection.SyncRoot | (Inherited from VariableSizeList.) | 
| .gif) .gif) | IVersionTag.VersionTag | (Inherited from VariableSizeList.) | 
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.