Describes the work item link information.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
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 | |
|---|---|---|
| .gif) | Equals(Object) | Checks whether this work item link information structure matches the specified object. (Overrides ValueType.Equals(Object).) | 
| .gif) | Equals(WorkItemLinkValidationException.WorkItemLinkInfo) | Checks whether this work item link information structure matches another. | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Gets the hash code of the work item. (Overrides ValueType.GetHashCode().) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Operator for equivalence. | 
| .gif) .gif) | Inequality | Operator for nonequivalence. | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | Action | The action of the work item. | 
| .gif) | LinkTypeId | The link type ID. | 
| .gif) | SourceId | The source ID of the work item. | 
| .gif) | 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.