RegisteredLinkTypeCollection Class
A collection of RegisteredLinkType objects.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class RegisteredLinkTypeCollection _
Inherits ReadOnlyList
'Usage
Dim instance As RegisteredLinkTypeCollection
public sealed class RegisteredLinkTypeCollection : ReadOnlyList
public ref class RegisteredLinkTypeCollection sealed : public ReadOnlyList
public final class RegisteredLinkTypeCollection extends ReadOnlyList
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.RegisteredLinkTypeCollection
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.