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
linkTypeEnd
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEndA work item link type end.
- relatedWorkItemId
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.