Link Class

This abstract class is the base class for all other links that include Hyperlink, RelatedLink, and ExternalLink.

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

Syntax

'Declaration
Public MustInherit Class Link
'Usage
Dim instance As Link
public abstract class Link
public ref class Link abstract
public abstract class Link

Remarks

There is generally no validation of the link target when instantiating Link objects. This includes sub-classes. The caller should validate the link target before creating a Link object that references the target.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Link
    Microsoft.TeamFoundation.WorkItemTracking.Client.ExternalLink
    Microsoft.TeamFoundation.WorkItemTracking.Client.Hyperlink
    Microsoft.TeamFoundation.WorkItemTracking.Client.RelatedLink

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

Link Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace