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

'宣言
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
Public method Equals(Object) Checks whether this work item link information structure matches the specified object. (Overrides ValueType.Equals(Object).)
Public method Equals(WorkItemLinkValidationException.WorkItemLinkInfo) Checks whether this work item link information structure matches another.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets the hash code of the work item. (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Operators

  Name Description
Public operatorStatic member Equality Operator for equivalence.
Public operatorStatic member Inequality Operator for nonequivalence.

Top

Fields

  Name Description
Public field Action The action of the work item.
Public field LinkTypeId The link type ID.
Public field SourceId The source ID of the work item.
Public field 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.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace