This documentation is archived and is not being maintained.
WorkItemLinkTypeCollection::LinkTypeEnds Property
Visual Studio 2013
Gets a collection of all WorkItemLinkType objects that are associated with the Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypes in this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public: property WorkItemLinkTypeEndCollection^ LinkTypeEnds { WorkItemLinkTypeEndCollection^ get (); }
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemLinkTypeEndCollectionA collection of all WorkItemLinkType objects that are associated with the Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypes in this collection.
- 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: