TestImpactNodeIdentifier Structure
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents an object in the test impact graph. 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 TestImpactNodeIdentifier _
Implements IEquatable(Of TestImpactNodeIdentifier)
public struct TestImpactNodeIdentifier : IEquatable<TestImpactNodeIdentifier>
public value class TestImpactNodeIdentifier : IEquatable<TestImpactNodeIdentifier>
[<Sealed>]
type TestImpactNodeIdentifier =
struct
interface IEquatable<TestImpactNodeIdentifier>
end
JScript supports the use of structures, but not the declaration of new ones.
The TestImpactNodeIdentifier type exposes the following members.
Properties
Name | Description | |
---|---|---|
ArtifactUri | Gets or sets the URI for the Visual Studio Team Foundation Server object. | |
NodeType | Gets or sets the type of node. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) | |
Equals(TestImpactNodeIdentifier) | Determines whether two test impact node identifiers are equal. | |
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 a string representation of the object. (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Indicates whether two test impact node identifiers are equal. | |
Inequality | Indicates whether two test impact node identifiers are not equal. |
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.