LinkCollection Class
A collection of outgoing links for the current WorkItem.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class LinkCollection _
Inherits VariableSizeList
'Usage
Dim instance As LinkCollection
public sealed class LinkCollection : VariableSizeList
public ref class LinkCollection sealed : public VariableSizeList
public final class LinkCollection extends VariableSizeList
Remarks
The sort order of the LinkCollection is not guaranteed to stay the same when the WorkItem is reset or a new instance is created.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.VariableSizeList
Microsoft.TeamFoundation.WorkItemTracking.Client.LinkCollection
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.