This documentation is archived and is not being maintained.
WorkItemLinkTypeEndCollection Class
Visual Studio 2013
Represents a collection of WorkItemLinkTypeEnd objects.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The WorkItemLinkTypeEndCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of WorkItemLinkTypeEnd objects in this collection. |
![]() | Item | Gets the WorkItemLinkTypeEnd in this collection that has the specified name or immutable name. |
| Name | Description | |
|---|---|---|
![]() | Contains(Int32) | Checks whether a WorkItemLinkTypeEnd that has the specified ID occurs in this collection. |
![]() | Contains(String) | Checks whether a WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetById | Gets the WorkItemLinkTypeEnd in this collection that has the specified ID. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetById | Attempts to get a WorkItemLinkTypeEnd in this collection that has the specified ID. Passes out the WorkItemLinkTypeEnd. |
![]() | TryGetByName | Attempts to get a WorkItemLinkTypeEnd in this collection that has the specified name or immutable name. Passes out the WorkItemLinkTypeEnd. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<WorkItemLinkTypeEnd>::GetEnumerator | Gets an enumerator object for this collection. |
![]() ![]() | IEnumerable::GetEnumerator | Gets an enumerator object for this collection. |
Show:
