This documentation is archived and is not being maintained.
WorkItemLinkTypeCollection Class
Visual Studio 2013
Represents a collection of WorkItemLinkType objects.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The WorkItemLinkTypeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of WorkItemLinkType in this collection. |
![]() | Item | Gets the WorkItemLinkType in this collection that has the specified reference name. |
![]() | LinkTypeEnds | Gets a collection of all WorkItemLinkType objects that are associated with the Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypes in this collection. |
| Name | Description | |
|---|---|---|
![]() | Contains | Checks whether the specified WorkItemLinkType occurs in this collection. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Export | Exports all WorkItemLinkTypes in this collection to an XML document. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Import(String) | Imports the specified XML-formatted string as a WorkItemLinkType and adds it to this collection. |
![]() | Import(XmlElement) | Imports the specified XML object as a WorkItemLinkType and adds it to this collection. |
![]() | Import(String, Boolean) | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetByName | Attempts to get a WorkItemLinkType in this collection that has the specified reference name. Passes out the WorkItemLinkType object in the linkType parameter. |
![]() | Validate | Validates the WorkItemLinkType definitions from the specified XML. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<WorkItemLinkType>::GetEnumerator | Gets an enumerator object for this collection. |
![]() ![]() | IEnumerable::GetEnumerator | Gets an enumerator object for this collection. |
Show:
