LinksControl.LinkItem Class

Extends ListViewItem to store Links and add few operations.

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

Syntax

'Declaration
Protected MustInherit Class LinkItem _
    Inherits ListViewItem
'Usage
Dim instance As LinksControl.LinkItem
protected abstract class LinkItem : ListViewItem
protected ref class LinkItem abstract : public ListViewItem
protected abstract class LinkItem extends ListViewItem

Inheritance Hierarchy

System.Object
  System.Windows.Forms.ListViewItem
    Microsoft.TeamFoundation.WorkItemTracking.Controls.LinksControl.LinkItem
      Microsoft.TeamFoundation.WorkItemTracking.Controls.LinksControl.ArtifactLinkItem
      Microsoft.TeamFoundation.WorkItemTracking.Controls.LinksControl.HyperLinkItem
      Microsoft.TeamFoundation.WorkItemTracking.Controls.LinksControl.RelatedLinkItem

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

LinksControl.LinkItem Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace