WorkItemLinkInfo Structure
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 | |
---|---|---|
Equals(Object) | Compares this instance to the specified object. (Overrides ValueType.Equals(Object).) | |
Equals(WorkItemLinkInfo) | Checks whether this instance is equivalent to the specified WorkItemLinkInfo instance. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Gets a hash code for this instance. (Overrides ValueType.GetHashCode().) | |
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 the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Operator to check for equality between the specified WorkItemLinkInfo instances. | |
Inequality | Operator to check for inequality between the specified WorkItemLinkInfo instances. |
Top
Fields
Name | Description | |
---|---|---|
IsLocked | Represents a flag that describes whether the link is locked. | |
LinkTypeId | Represents the ID of the link type. | |
SourceId | Represents the source WorkItem ID of the link. | |
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.