This documentation is archived and is not being maintained.
WorkItemLinkValidationException::WorkItemLinkInfo Structure
Visual Studio 2013
Describes the work item link information.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The WorkItemLinkValidationException::WorkItemLinkInfo type exposes the following members.
| 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.) |
| 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. |
Show:
