WorkItemLinkTypeEndCollection Class
Represents a collection of WorkItemLinkTypeEnd objects.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEndCollection
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaración
Public Class WorkItemLinkTypeEndCollection _
Implements IEnumerable(Of WorkItemLinkTypeEnd), IEnumerable
public class WorkItemLinkTypeEndCollection : IEnumerable<WorkItemLinkTypeEnd>,
IEnumerable
public ref class WorkItemLinkTypeEndCollection : IEnumerable<WorkItemLinkTypeEnd^>,
IEnumerable
type WorkItemLinkTypeEndCollection =
class
interface IEnumerable<WorkItemLinkTypeEnd>
interface IEnumerable
end
public class WorkItemLinkTypeEndCollection implements IEnumerable<WorkItemLinkTypeEnd>, IEnumerable
The WorkItemLinkTypeEndCollection type exposes the following members.
Properties
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. |
Top
Methods
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 a hash function for a particular type. (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. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<WorkItemLinkTypeEnd>.GetEnumerator | Gets an enumerator object for this collection. | |
IEnumerable.GetEnumerator | Gets an enumerator object for this collection. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.