RelatedLink Constructor (WorkItemLinkTypeEnd, Int32)

Initializes a new RelatedLink instance.

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

Syntax

'Declaration
Public Sub New ( _
    linkTypeEnd As WorkItemLinkTypeEnd, _
    relatedWorkItemId As Integer _
)
public RelatedLink(
    WorkItemLinkTypeEnd linkTypeEnd,
    int relatedWorkItemId
)
public:
RelatedLink(
    WorkItemLinkTypeEnd^ linkTypeEnd, 
    int relatedWorkItemId
)
new : 
        linkTypeEnd:WorkItemLinkTypeEnd * 
        relatedWorkItemId:int -> RelatedLink
public function RelatedLink(
    linkTypeEnd : WorkItemLinkTypeEnd, 
    relatedWorkItemId : int
)

Parameters

.NET Framework Security

See Also

Reference

RelatedLink Class

RelatedLink Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace