Structure that represents WorkItemLink query results.
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 WorkItemLinkInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | Compares this instance to the specified object. (Overrides ValueType.Equals(Object).) | 
| .gif) | Equals(WorkItemLinkInfo) | Checks whether this instance is equivalent to the specified WorkItemLinkInfo instance. | 
| .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 a hash code for this instance. (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 to check for equality between the specified WorkItemLinkInfo instances. | 
| .gif) .gif) | Inequality | Operator to check for inequality between the specified WorkItemLinkInfo instances. | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) | IsLocked | Represents a flag that describes whether the link is locked. | 
| .gif) | LinkTypeId | Represents the ID of the link type. | 
| .gif) | SourceId | Represents the source WorkItem ID of the link. | 
| .gif) | TargetId | Represents the target WorkItem ID of the link. | 
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.