Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.TestImpact.Client.Test
Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
声明
<SerializableAttribute> _
Public NotInheritable Class Test _
    Implements IEquatable(Of Test)
[SerializableAttribute]
public sealed class Test : IEquatable<Test>
[SerializableAttribute]
public ref class Test sealed : IEquatable<Test^>
[<Sealed>]
[<SerializableAttribute>]
type Test =  
    class
        interface IEquatable<Test>
    end
public final class Test implements IEquatable<Test>
The Test type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AssociationIndexes | |
| .gif) | AssociationOption | |
| .gif) | AutomatedTestId | |
| .gif) | DateCompleted | |
| .gif) | Exists | |
| .gif) | IsAutomated | |
| .gif) | IsTestCase | |
| .gif) | TestCaseId | |
| .gif) | TestName | |
| .gif) | TestType | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Overrides Object.Equals(Object).) | 
| .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 | (Overrides Object.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 | (Overrides Object.ToString().) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | |
| .gif) .gif) | Inequality | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IEquatable<Test>.Equals | 
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.