This documentation is archived and is not being maintained.
WorkItemLink Constructor (WorkItemLinkTypeEnd, Int32)
Visual Studio 2013
Initializes a new instance of the WorkItemLink class from the specified WorkItemLinkTypeEnd and target ID.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- linkTypeEnd
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemLinkTypeEnd
The WorkItemLinkTypeEnd that defines the link.
- targetId
- Type: System::Int32
The ID of the target WorkItem.
- 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.
Show: