WorkItemLinkValidationException.WorkItemLinkInfo Structure
Describes the work item link information.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Structure WorkItemLinkInfo
public struct WorkItemLinkInfo
public value class WorkItemLinkInfo
[<Sealed>]
type WorkItemLinkInfo = struct end
JScript supports the use of structures, but not the declaration of new ones.
The WorkItemLinkValidationException.WorkItemLinkInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Checks whether this work item link information structure matches the specified object. (Overrides ValueType.Equals(Object).) | |
Equals(WorkItemLinkValidationException.WorkItemLinkInfo) | Checks whether this work item link information structure matches another. | |
GetHashCode | Gets the hash code of the work item. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Operator for equivalence. | |
Inequality | Operator for nonequivalence. |
Top
Fields
Name | Description | |
---|---|---|
Action | The action of the work item. | |
LinkTypeId | The link type ID. | |
SourceId | The source ID of the work item. | |
TargetId | The target ID of the work item. |
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.