Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a link to an object. This class has been deprecated and no alternative is available.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Structure TestImpactLink
public struct TestImpactLink
public value class TestImpactLink
[<Sealed>]
type TestImpactLink = struct end
JScript supports the use of structures, but not the declaration of new ones.
The TestImpactLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
LinkType | Gets or sets the type of link. |
![]() |
Subtype | Gets or sets a string that contains the subtype for this link. |
![]() |
Target | Gets or sets the identifier for the affected target object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Returns a value that indicates whether the provided object is equal to this object. (Overrides ValueType.Equals(Object).) |
![]() |
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 | Returns the 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. (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Provides an operator of equality (=) for comparing two TestImpactLink objects. |
![]() ![]() |
Inequality | Provides an operator of inequality (!=) for comparing two TestImpactLink objects. |
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.