Initializes a new instance of the WorkItemLink class from the specified WorkItemLinkTypeEnd.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Public Sub New ( _
    linkTypeEnd As WorkItemLinkTypeEnd _
)
public WorkItemLink(
    WorkItemLinkTypeEnd linkTypeEnd
)
public:
WorkItemLink(
    WorkItemLinkTypeEnd^ linkTypeEnd
)
new : 
        linkTypeEnd:WorkItemLinkTypeEnd -> WorkItemLink
public function WorkItemLink(
    linkTypeEnd : WorkItemLinkTypeEnd
)
Parameters
- linkTypeEnd
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEnd
 The WorkItemLinkTypeEnd that defines the link.
Remarks
The SourceId property is set to 0. The TargetId is set to 0.
.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.